Ignore:
Timestamp:
07/03/07 14:29:17 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h

    r2360 r2502  
    253253        /// Always execute the vertex program of a pass, e.g., for the depth pass or item buffer 
    254254        bool mExecuteVertexProgramForAllPasses; 
    255  
    256255        /// if hierarchical culling is currently in use 
    257256        bool mIsHierarchicalCulling; 
     
    259258        /// do we use preprocessed visibility 
    260259        bool mViewCellsLoaded; 
    261  
    262260        /// the view cells manager handling the preprocesor stuff 
    263261        GtpVisibilityPreprocessor::ViewCellsManager *mViewCellsManager; 
    264  
    265  
    266262        /// Used to assign Ogre meshes to view cell entries. 
    267263        GtpVisibilityPreprocessor::ObjectContainer mObjects; 
    268264 
    269         GtpVisibilityPreprocessor::ViewCell *mElementaryViewCell; 
     265        /// the currently visible view cell 
    270266        GtpVisibilityPreprocessor::ViewCell *mCurrentViewCell; 
    271267 
    272         /// If view cells are used. 
     268        /// If view cells + PVS is used for rendering. 
    273269        bool mUseViewCells; 
    274270 
     
    276272        bool mShowViewCells; 
    277273 
    278         /// if the view cells are filtered 
    279         bool mUseVisibilityFilter; 
    280  
     274        /// if render queue should be flushed occasionally 
    281275        bool mDeleteQueueAfterRendering; 
    282276 
Note: See TracChangeset for help on using the changeset viewer.