Changeset 5921 for OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp
- Timestamp:
- 01/05/07 22:23:37 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp
r5920 r5921 9 9 #include <osgDB/ReadFile> 10 10 11 #include <osgGA/TrackballManipulator> 11 12 #include <osgViewer/Viewer> 12 13 … … 488 489 } 489 490 491 viewer.setCameraManipulator(new osgGA::TrackballManipulator()); 492 490 493 491 494 // create the windows and run the threads.
