Ignore:
Timestamp:
10/13/06 03:56:08 (18 years ago)
Author:
mattausch
Message:

kinda working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBoundingBoxConverter.h

    r1616 r1618  
    209209        GtpVisibilityPreprocessor::ObjectContainer &objects) const 
    210210{ 
    211         Ogre::LogManager().logMessage("pvs: intersecting objects"); 
     211        //Ogre::LogManager().logMessage("pvs: intersecting objects"); 
    212212        const long startTime = GtpVisibilityPreprocessor::GetTime(); 
    213213 
     
    219219        for (iit = iboxes.begin(); iit != iit_end; ++ iit, ++ i) 
    220220        { 
    221                 if ((i % 1000) == 0) 
     221                if (0 && ((i % 1000) == 0)) 
    222222                { 
    223223                        std::stringstream d; d << "found " << i << " objects"; 
     
    251251        } 
    252252 
    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()); 
    255255 
    256256        return true; 
Note: See TracChangeset for help on using the changeset viewer.