- Timestamp:
- 03/25/03 11:05:09 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsequence/osgsequence.cpp
r1697 r1747 6 6 7 7 #include <osgDB/ReadFile> 8 9 #include <osgGA/TrackballManipulator>10 8 11 9 #include <osgProducer/Viewer> … … 197 195 198 196 } 197 198 // wait for all cull and draw threads to complete before exit. 199 viewer.sync(); 199 200 200 201 return 0;
