Changeset 6803 for OpenSceneGraph/trunk/examples/osganimate/osganimate.cpp
- Timestamp:
- 06/01/07 21:21:41 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimate/osganimate.cpp
r6777 r6803 244 244 viewer.setCameraManipulator(new osgGA::TrackballManipulator()); 245 245 246 #if 1 246 // viewer.setUpViewOnSingleScreen(1); 247 248 #if 0 247 249 248 250 // use of custom simulation time. … … 262 264 263 265 // normal viewer usage. 264 265 viewer.setUpViewOnSingleScreen(1);266 267 266 return viewer.run(); 268 267
