[osg-users] [build] Why Restoring OpenGL currentState is not working with OpenGLES2 but working with GLES1

2012-11-10 Thread Koduri Lakshmi
Hi, I am using a 3rd party lib(QCAR) with OSG on Android. This lib clears OpenGLES graphics context every time after rendering a frame. So the model renders only once (first time) and disappears on the viewer. So to preserve graphics context i did as follows --- Created Embeded View ---

[osg-users] Keyboard handler: SHIFT modifier doesn't work on Linux

2012-11-10 Thread Michael Rubin
Hello, The SHIFT modifier does not appear to be working correctly on my Linux app (OSG 3.0.1) -- it is always on (so all typing in my debug console appears as upper-case). I've seen posts like this (http://comments.gmane.org/gmane.games.flightgear.devel/65510) which claim that X is sending

Re: [osg-users] Oddities when loading a FLT file

2012-11-10 Thread Paul Martz
Are you sure you're getting the same FLT file in both cases? Echo the full path returned by osgDB::findDataFile(). -Paul On 11/8/2012 7:55 PM, Chris Hanson wrote: I've encountered a strange behavior when loading a client-supplied FLT file and I haven't been able to drill down and find