Changeset 2502 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 07/03/07 14:29:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h
r2360 r2502 253 253 /// Always execute the vertex program of a pass, e.g., for the depth pass or item buffer 254 254 bool mExecuteVertexProgramForAllPasses; 255 256 255 /// if hierarchical culling is currently in use 257 256 bool mIsHierarchicalCulling; … … 259 258 /// do we use preprocessed visibility 260 259 bool mViewCellsLoaded; 261 262 260 /// the view cells manager handling the preprocesor stuff 263 261 GtpVisibilityPreprocessor::ViewCellsManager *mViewCellsManager; 264 265 266 262 /// Used to assign Ogre meshes to view cell entries. 267 263 GtpVisibilityPreprocessor::ObjectContainer mObjects; 268 264 269 GtpVisibilityPreprocessor::ViewCell *mElementaryViewCell;265 /// the currently visible view cell 270 266 GtpVisibilityPreprocessor::ViewCell *mCurrentViewCell; 271 267 272 /// If view cells are used.268 /// If view cells + PVS is used for rendering. 273 269 bool mUseViewCells; 274 270 … … 276 272 bool mShowViewCells; 277 273 278 /// if the view cells are filtered 279 bool mUseVisibilityFilter; 280 274 /// if render queue should be flushed occasionally 281 275 bool mDeleteQueueAfterRendering; 282 276
Note: See TracChangeset
for help on using the changeset viewer.