Changeset 880 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 05/03/06 01:13:24 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreVisibilityOctreeSceneManager.h
r870 r880 196 196 GtpVisibilityPreprocessor::ViewCellsManager *mViewCellsManager; 197 197 198 /** Used to assign Ogre meshes to view cell entries. 199 */ 198 /// Used to assign Ogre meshes to view cell entries. 200 199 GtpVisibilityPreprocessor::ObjectContainer mObjects; 201 200 202 GtpVisibilityPreprocessor::ViewCell *m OldViewCell;201 GtpVisibilityPreprocessor::ViewCell *mElementaryViewCell; 203 202 GtpVisibilityPreprocessor::ViewCell *mCurrentViewCell; 204 203 205 /** If view cells are used. 206 */ 204 /// If view cells are used. 207 205 bool mUseViewCells; 206 207 /// if the view cells are filtered 208 bool mUseVisibilityFilter; 208 209 }; 209 210
Note: See TracChangeset
for help on using the changeset viewer.