Changeset 1622 for GTP/trunk/Lib/Vis/OnlineCullingCHC
- Timestamp:
- 10/13/06 09:44:12 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r1620 r1622 872 872 #ifdef ITEM_BUFFER 873 873 //-- item buffer 874 //-- item buffer:render objects using false colors874 //-- render objects using false colors 875 875 876 876 // Iterate through priorities … … 1202 1202 bool OcclusionCullingSceneManager::LoadViewCells(const String &filename) 1203 1203 { 1204 if (mViewCellsLoaded) return true; 1204 1205 // converter between view cell ids and Ogre entites 1205 1206 GtpVisibilityPreprocessor::IndexedBoundingBoxContainer iboxes; … … 1232 1233 // if no there is no view cell, set everything visible 1233 1234 //SetObjectsVisible(true); 1234 SetObjectsVisible(false);1235 SetObjectsVisible(false); 1235 1236 return; 1236 1237 } … … 1345 1346 { 1346 1347 //LogManager::getSingleton().logMessage("creating view cells geometry"); 1348 if (mViewCellsGeometryLoaded) return; 1347 1349 1348 1350 GtpVisibilityPreprocessor::ViewCellContainer viewCells = mViewCellsManager->GetViewCells();
Note: See TracChangeset
for help on using the changeset viewer.