- Timestamp:
- 01/04/07 22:18:44 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghangglide/osghangglide.cpp
r5863 r5890 112 112 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 113 113 114 osg::DisplaySettings::instance()->setMaxNumberOfGraphicsContexts(2);115 osg::Referenced::setThreadSafeReferenceCounting(true);116 117 114 // construct the viewer. 118 115 osgViewer::Viewer viewer; 119 120 116 121 117 viewer.setCameraManipulator(new GliderManipulator());
