Hi Adrian,

There is a bug in the osgViewer behaviour.

set OSG_WINDOW=100 100 512 512
osgviewer model....

press 'F' Toggle fullscreen -> just 512x512 are rendered

Can't repro here. Both

set OSG_WINDOW=100 100 512 512
osgviewer cow.osg
(then press 'f')

and

osgviewer --window 100 100 512 512 cow.osg
(then press 'f')

work as expected. The graphics take up the whole screen.

Can you trace in the osgViewer::WindowSizeHandler, in the handle() method where the 'f' key is pressed, what happens and why it doesn't work on your side? Perhaps it's driver related?

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to