Changeset 1747 for OpenSceneGraph/trunk/examples/osgscribe/osgscribe.cpp
- Timestamp:
- 03/25/03 11:05:09 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgscribe/osgscribe.cpp
r1697 r1747 9 9 #include <osgDB/Registry> 10 10 #include <osgDB/ReadFile> 11 12 #include <osgGA/TrackballManipulator>13 #include <osgGA/FlightManipulator>14 #include <osgGA/DriveManipulator>15 11 16 12 #include <osgProducer/Viewer> … … 125 121 126 122 } 123 124 // wait for all cull and draw threads to complete before exit. 125 viewer.sync(); 127 126 128 127 return 0;
