Carlos Sanches schrieb:
> Hi guys !
> Now I m trying to display my program in fullscreen mode, but the problem is
> that the resolution that is displayed is the same of my screen monitor.
> If my monitor is 1280x1024 and I dont put any value to my osgViewer  my
> program ll be fullscreen with 1280x1024.
> If I put a value to my osgvier like    rViewer->setUpViewInWindow( 320, 0,
> 640, 480 );    my program opens in a window.
> 
> I wanna that my program run in 640x480 in fullscreen mode and when it finish
> back to my desktop at 1280x1024.
> Anybody has an idea ?

you can try some of the provided methods in
osg::GraphicsContext::WindowingSystemInterface

HTH,
Stephan
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to