Changeset 10643 for OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
- Timestamp:
- 10/16/09 19:22:20 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
r7648 r10643 1443 1443 //osgDB::writeNodeFile(*rootNode,"test.osg"); 1444 1444 1445 // for some reason osgcatch is hanging on exit inside the new TextureObject clean up code when the it's 1446 // run as multi-threaded view, switching to SingleThreaded cures this. 1447 viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded); 1448 1445 1449 // set the scene to render 1446 1450 viewer.setSceneData(rootNode.get());
