Changeset 1620


Ignore:
Timestamp:
10/13/06 04:05:00 (18 years ago)
Author:
mattausch
Message:

better now

File:
1 edited

Legend:

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

    r1618 r1620  
    159159//----------------------------------------------------------------------- 
    160160void OcclusionCullingSceneManager::PrepareVisualization(Camera *cam) 
    161 {/*Ogre::LogManager::getSingleton().logMessage("here4"); 
     161{ 
     162        //Ogre::LogManager::getSingleton().logMessage("here4"); 
    162163        // add player camera for visualization purpose 
    163164        try  
     
    273274        } 
    274275 
    275  
     276/* 
    276277   if (mRenderNodesForViz || mRenderNodesContentForViz) 
    277278        { 
     
    12051206        OctreeBoundingBoxConverter bconverter(this); 
    12061207 
    1207         // objects are set to invisible initially 
    1208         SetObjectsVisible(false); 
    1209  
    12101208        // load the view cells assigning the found objects to the pvss 
    12111209        const bool finalizeViewCells = true; 
     
    12151213        //Ogre::LogManager().getSingleton().logMessage("view cells loaded"); 
    12161214        //Ogre::LogManager().getSingleton().flush(); 
    1217          
     1215        // objects are set to invisible initially 
     1216        SetObjectsVisible(false); 
    12181217 
    12191218        if (finalizeViewCells) 
Note: See TracChangeset for help on using the changeset viewer.