Re: [osg-users] [Android osgViewer] OpenGL ES context lost (how do i preserve it?)

2012-11-05 Thread Bernd Kampl
Hi, Is there anyone else that could help me fix this? If you are refering to this as documentation http://www.openscenegraph.com/index.php/documentation/platform-specifics/android/43-building-openscenegraph-for-android-3-0-2 there is nothing written about this bug or how to fix it. The only

Re: [osg-users] [Android osgViewer] OpenGL ES context lost (how do i preserve it?)

2012-10-31 Thread Bernd Kampl
Hi Jorge, I'm sorry I keep bothering you, but I can't find the documentation that you're talking about. There's nothing in the folder where the examples are that I downloaded from the openscenegraph website and I can't find any other sort of documentation. Could you please be so kind and

Re: [osg-users] [Android osgViewer] OpenGL ES context lost (how do i preserve it?)

2012-10-29 Thread Bernd Kampl
My question is: is there a way to not need to reinitialize the viewer every time? Is this fixable? Cheers, Bernd -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=50851#50851 ___ osg-users mailing

Re: [osg-users] [Android osgViewer] OpenGL ES context lost (how do i preserve it?)

2012-10-29 Thread Jorge Izquierdo Ciges
Yes, it is possible, as I wrote in the docs you only have to modify the functionality. That functionality was not included in the example because there were more pending issues. 2012/10/29 Bernd Kampl bernd.ka...@gmail.com My question is: is there a way to not need to reinitialize the viewer

[osg-users] [Android osgViewer] OpenGL ES context lost (how do i preserve it?)

2012-10-24 Thread Bernd Kampl
Hi dev community, I'm working on an Android App based on the example AndroidExampleGLES1/2. In my case it's GLES1, but this problem persists in both GLES versions. The Problem occurs after the following steps (and it's easily reproducible): 1. run the android osgviewer app 2. load a model 3. put

Re: [osg-users] [Android osgViewer] OpenGL ES context lost (how do i preserve it?)

2012-10-24 Thread Jorge Izquierdo Ciges
If you did exactly as it was the original example then it's the normal behaviour... because the viewer is reinitialized every time (it's stated in the docs), if not... I'm not a seer that knows what have you done in the code. 2012/10/24 Bernd Kampl bernd.ka...@gmail.com m working on an Android