- Timestamp:
- 03/04/08 12:50:35 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp
r7903 r7904 174 174 osgViewer::Viewer viewer(arguments); 175 175 176 // quick hack to work around threading issue with osgFX::MultiTextureControl node's updating of177 // its StateAttributes.178 viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded);179 180 176 // load the nodes from the commandline arguments. 181 177 osg::Node* rootnode = osgDB::readNodeFiles(arguments);
