Changeset 1747 for OpenSceneGraph/trunk/examples/osgshape/osgshape.cpp
- Timestamp:
- 03/25/03 11:05:09 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgshape/osgshape.cpp
r1697 r1747 3 3 #include <osg/Material> 4 4 #include <osg/Texture2D> 5 6 #include <osgGA/TrackballManipulator>7 5 8 6 #include <osgProducer/Viewer> … … 139 137 140 138 } 139 140 // wait for all cull and draw threads to complete before exit. 141 viewer.sync(); 141 142 142 143 return 0;
