Changeset 1913
- Timestamp:
- 04/24/03 15:45:10 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/TerrapageNode.cpp
r1476 r1913 83 83 { 84 84 loadAll = true; 85 std::cout<<"LoadAll selected"<<std::endl;85 osg::notify(osg::INFO)<<"TerraPage archive : LoadAll selected"<<std::endl; 86 86 } 87 87 … … 89 89 { 90 90 threadMode = OSGPageManager::ThreadNone; 91 std::cout<<"ThreadNone selected"<<std::endl;91 osg::notify(osg::INFO)<<"TerraPage archive : ThreadNone selected"<<std::endl; 92 92 } 93 93 … … 95 95 { 96 96 threadMode = OSGPageManager::ThreadFree; 97 std::cout<<"ThreadFree selected"<<std::endl;97 osg::notify(osg::INFO)<<"TerraPage archive : ThreadFree selected"<<std::endl; 98 98 } 99 99 … … 101 101 { 102 102 threadMode = OSGPageManager::ThreadSync; 103 std::cout<<"ThreadSync selected"<<std::endl;103 osg::notify(osg::INFO)<<"TerraPage archive : ThreadSync selected"<<std::endl; 104 104 } 105 105 }
