Changeset 1618 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 10/13/06 03:56:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBoundingBoxConverter.h
r1616 r1618 209 209 GtpVisibilityPreprocessor::ObjectContainer &objects) const 210 210 { 211 Ogre::LogManager().logMessage("pvs: intersecting objects");211 //Ogre::LogManager().logMessage("pvs: intersecting objects"); 212 212 const long startTime = GtpVisibilityPreprocessor::GetTime(); 213 213 … … 219 219 for (iit = iboxes.begin(); iit != iit_end; ++ iit, ++ i) 220 220 { 221 if ( (i % 1000) == 0)221 if (0 && ((i % 1000) == 0)) 222 222 { 223 223 std::stringstream d; d << "found " << i << " objects"; … … 251 251 } 252 252 253 std::stringstream d; d << "finished object intersection in " << GtpVisibilityPreprocessor::TimeDiff(startTime, GtpVisibilityPreprocessor::GetTime()) * 1e-3 << "secs";254 Ogre::LogManager().logMessage(d.str());253 //std::stringstream d; d << "finished object intersection in " << GtpVisibilityPreprocessor::TimeDiff(startTime, GtpVisibilityPreprocessor::GetTime()) * 1e-3 << "secs"; 254 //Ogre::LogManager().logMessage(d.str()); 255 255 256 256 return true;
Note: See TracChangeset
for help on using the changeset viewer.