Changeset 2098 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE
- Timestamp:
- 02/06/07 20:45:37 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r2097 r2098 1447 1447 &bconverter); 1448 1448 1449 Ogre::LogManager::getSingleton().logMessage("******** ***********");1449 Ogre::LogManager::getSingleton().logMessage("******** view cells loaded *********"); 1450 1450 1451 1451 // objects are set to invisible initially … … 1479 1479 //-- set PVS of view cell to visible 1480 1480 1481 std::stringstream d; d << "appying new view cell pvs: " << vc->GetPvs().GetSize();1482 LogManager::getSingleton().logMessage(d.str());1481 //std::stringstream d; d << "appying new view cell pvs: " << vc->GetPvs().GetSize(); 1482 //LogManager::getSingleton().logMessage(d.str()); 1483 1483 1484 1484 while (pit.HasMoreEntries()) … … 1514 1514 break; 1515 1515 default: 1516 LogManager::getSingleton().logMessage("error: should not come here"); 1516 1517 break; 1517 1518 }
Note: See TracChangeset
for help on using the changeset viewer.