Changeset 5356 for OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
- Timestamp:
- 07/25/06 22:43:57 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
r5340 r5356 1457 1457 viewer.setRealizeCallback(new CompileStateCallback(seh)); 1458 1458 1459 // create the windows and run the threads. 1460 viewer.realize(); 1459 // create the windows and run the threads, note has to be single threaded 1460 // due to use osgParticle 1461 viewer.realize(Producer::CameraGroup::SingleThreaded); 1461 1462 1462 1463 viewer.requestWarpPointer(0.5f,0.5f);
