Changeset 1832 for OpenSceneGraph/trunk/examples/osgcopy/osgcopy.cpp
- Timestamp:
- 04/08/03 17:18:45 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgcopy/osgcopy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcopy/osgcopy.cpp
r1815 r1832 232 232 233 233 // create the windows and run the threads. 234 viewer.realize( Producer::CameraGroup::ThreadPerCamera);234 viewer.realize(); 235 235 236 236 while( !viewer.done() )
