Changeset 1620 for GTP/trunk/Lib
- Timestamp:
- 10/13/06 04:05:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r1618 r1620 159 159 //----------------------------------------------------------------------- 160 160 void OcclusionCullingSceneManager::PrepareVisualization(Camera *cam) 161 {/*Ogre::LogManager::getSingleton().logMessage("here4"); 161 { 162 //Ogre::LogManager::getSingleton().logMessage("here4"); 162 163 // add player camera for visualization purpose 163 164 try … … 273 274 } 274 275 275 276 /* 276 277 if (mRenderNodesForViz || mRenderNodesContentForViz) 277 278 { … … 1205 1206 OctreeBoundingBoxConverter bconverter(this); 1206 1207 1207 // objects are set to invisible initially1208 SetObjectsVisible(false);1209 1210 1208 // load the view cells assigning the found objects to the pvss 1211 1209 const bool finalizeViewCells = true; … … 1215 1213 //Ogre::LogManager().getSingleton().logMessage("view cells loaded"); 1216 1214 //Ogre::LogManager().getSingleton().flush(); 1217 1215 // objects are set to invisible initially 1216 SetObjectsVisible(false); 1218 1217 1219 1218 if (finalizeViewCells)
Note: See TracChangeset
for help on using the changeset viewer.