Re: [osg-users] [ANN] Air-Traffic Surveillance Display using osg & osgEarth: ATSDB

2019-02-13 Thread sebastian.messerschmidt
Great stuff and an awesome showcase! -Original Message- From: osg-users On Behalf Of Helmut Puhr Sent: Mittwoch, 13. Februar 2019 08:08 To: osg-users@lists.openscenegraph.org Subject: [osg-users] [ANN] Air-Traffic Surveillance Display using osg & osgEarth: ATSDB Hello dear

Re: [osg-users] [ANN] Air-Traffic Surveillance Display using osg & osgEarth: ATSDB

2019-02-13 Thread Chris Hanson
Groovy stuff! This checks the boxes of lots of things I am interested in -- ADSB and osgEarth! On Wed, Feb 13, 2019 at 8:06 AM Helmut Puhr wrote: > Hello dear OSG-community, > > I wanted to give notice about a tool I have been developing over the last > years, which I recently extended to be

Re: [osg-users] How do I continuously read the mouse position as the mouse is moving, without a click event in osg

2019-02-13 Thread Trajce Nikolov NICK
Hi Kris, are you on windows? If so, you can force the Windows Manager to pass all events to the osgView. Here is some snippet: osgViewer::CompositeViewer::Windows wins; viewer->getWindows(wins); while (!viewer->done()) { #if defined(_WIN32) MSG msg; if (::PeekMessage(,NULL,0,0,PM_NOREMOVE)) {

Re: [osg-users] How to properly compile osg with EGL support?

2019-02-13 Thread Omar Álvarez
Could you open an issue so we don't pollute this discussion? We will find out what is going on in Github. El lun., 11 feb. 2019 a las 9:24, Roy Lichtenheldt () escribió: > Hi Omar, > > I tried to run your example, but didn't succeed with compilation. I guess > I am missing a step in compilation