- Timestamp:
- 02/12/07 09:05:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreBvHierarchySceneManager.cpp
r2067 r2114 1325 1325 GtpVisibilityPreprocessor::IndexedBoundingBoxContainer iboxes; 1326 1326 BvhBoundingBoxConverter bconverter(this); 1327 1327 GtpVisibilityPreprocessor::ObjectContainer dummys; 1328 1328 // load the view cells and assigns the objects in the pvs to 1329 1329 // the scene objects using the bounding boxes 1330 1330 mViewCellsManager = 1331 1331 GtpVisibilityPreprocessor::ViewCellsManager:: 1332 LoadViewCells(filename, &mObjects, false, &bconverter);1332 LoadViewCells(filename, mObjects, dummys, false, &bconverter); 1333 1333 1334 1334 return (mViewCellsManager != NULL);
Note: See TracChangeset
for help on using the changeset viewer.