Added View::setUpViewOnSingleScreen(uint) method to help set up view on

a single full screen window
This commit is contained in:
Robert Osfield
2007-01-06 21:06:35 +00:00
parent 983e0c7ecc
commit 0cd64c8c4f
2 changed files with 51 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
/** Convinience method for creating slave Cameras and associated GraphicsWindows across all screens.*/
void setUpViewAcrossAllScreens();
/** Convinience method for a single Camara associated with a single full screen GraphicsWindow.*/
void setUpViewOnSingleScreen(unsigned int screenNum=0);
virtual void requestRedraw();
virtual void requestContinuousUpdate(bool needed=true);