Changeset 2098


Ignore:
Timestamp:
02/06/07 20:45:37 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp

    r2097 r2098  
    14471447                                                                                &bconverter); 
    14481448         
    1449         Ogre::LogManager::getSingleton().logMessage("*******************"); 
     1449        Ogre::LogManager::getSingleton().logMessage("******** view cells loaded *********"); 
    14501450 
    14511451        // objects are set to invisible initially 
     
    14791479        //-- set PVS of view cell to visible 
    14801480 
    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()); 
    14831483 
    14841484        while (pit.HasMoreEntries()) 
     
    15141514                                break; 
    15151515                        default: 
     1516                                LogManager::getSingleton().logMessage("error: should not come here"); 
    15161517                                break; 
    15171518                } 
Note: See TracChangeset for help on using the changeset viewer.