Hi Nick,

- osgstereoimage (the image showed on the first frame and dissapeared)

I assume you have two or more monitors? This is the multi-screen fullscreen bug that others have reported lately on the list when running on Windows. For some reason, recent versions of OSG when running fullscreen on multiple screens will display one or two frames, then everything goes black.

Try this:

set OSG_SCREEN=0
osgstereoimage

or this:

set "OSG_WINDOW=50 50 1024 768"
osgstereoimage

You'll see it then works fine. Running osgviewer cow.osg on both screens doesn't reproduce the issue, so that should at least point to something in the osgstereoimage example (or something used in that example and perhaps others).

We should really investigate this issue. See

http://thread.gmane.org/gmane.comp.graphics.openscenegraph.user/52706

And also related:

http://thread.gmane.org/gmane.comp.graphics.openscenegraph.user/52386

I see these same issues on Windows Vista 32 bit at work, and on Windows 7 64 bit at home, both with nVidia cards. I'll see if I can put aside some time to check this out. Others are welcome to do the same of course.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to