Removed setViewUpOnScreen settings
This commit is contained in:
parent
fcafd4db06
commit
604bd9b6d7
@ -243,7 +243,9 @@ int main( int argc, char **argv )
|
|||||||
|
|
||||||
viewer.setCameraManipulator(new osgGA::TrackballManipulator());
|
viewer.setCameraManipulator(new osgGA::TrackballManipulator());
|
||||||
|
|
||||||
#if 1
|
// viewer.setUpViewOnSingleScreen(1);
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
// use of custom simulation time.
|
// use of custom simulation time.
|
||||||
|
|
||||||
@ -261,9 +263,6 @@ int main( int argc, char **argv )
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
// normal viewer usage.
|
// normal viewer usage.
|
||||||
|
|
||||||
viewer.setUpViewOnSingleScreen(1);
|
|
||||||
|
|
||||||
return viewer.run();
|
return viewer.run();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user