Changeset 1004 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE
- Timestamp:
- 06/07/06 18:38:29 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r975 r1004 1029 1029 OgreBoundingBoxConverter bconverter(this); 1030 1030 1031 1032 GtpVisibilityPreprocessor::Environment *env =1033 mVisibilityManager->GetVisibilityEnvironment()->GetPreprocessorEnvironment();1034 1035 1031 // load the view cells assigning the found objects to the pvss 1036 1032 mViewCellsManager = 1037 GtpVisibilityPreprocessor::ViewCellsManager::LoadViewCells(filename, &mObjects, env,false, &bconverter);1033 GtpVisibilityPreprocessor::ViewCellsManager::LoadViewCells(filename, &mObjects, false, &bconverter); 1038 1034 1039 1035 return (mViewCellsManager != NULL);
Note: See TracChangeset
for help on using the changeset viewer.