Changeset 828 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src
- Timestamp:
- 04/26/06 15:41:34 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r736 r828 9 9 #include <OgreEntity.h> 10 10 #include <OgreSubEntity.h> 11 11 #include "VspBspTree.h" 12 12 13 13 namespace Ogre { … … 834 834 } 835 835 } 836 837 void OcclusionCullingSceneManager::LoadViewCells(string filename) 838 { 839 ObjectContainer objects; 840 mViewCellsManager->LoadViewCells(filename, &objects); 841 } 842 836 843 } // namespace Ogre
Note: See TracChangeset
for help on using the changeset viewer.