osgViewer starts always in full screen mode. How can I tell it I would like a window or windowed app?
Thanks a lot.
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=20302#20302
_______________________________________________
osg-users mailing list
osg-...@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
If you do "osgviewer --help-all", I'm sure it will show you how to do it
from the command line...
-Shayne
Thanks a lot.
BTW, is there any way to automatically center that window? or get screen size and window size? Just to let my window nicer. (from OSG, not from Win32 API)
Thanks Tueller.
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=20305#20305
Have a look at the osgcamera example as it shows how to query display
properties and how to set up windows.
Robert.