Ignore:
Timestamp:
05/03/06 01:13:24 (19 years ago)
Author:
mattausch
Message:

added filter to online stuff (not fully working, too slow
)

File:
1 edited

Legend:

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

    r870 r880  
    196196        GtpVisibilityPreprocessor::ViewCellsManager *mViewCellsManager; 
    197197 
    198         /** Used to assign Ogre meshes to view cell entries. 
    199         */ 
     198        /// Used to assign Ogre meshes to view cell entries. 
    200199        GtpVisibilityPreprocessor::ObjectContainer mObjects; 
    201200 
    202         GtpVisibilityPreprocessor::ViewCell *mOldViewCell; 
     201        GtpVisibilityPreprocessor::ViewCell *mElementaryViewCell; 
    203202        GtpVisibilityPreprocessor::ViewCell *mCurrentViewCell; 
    204203 
    205         /** If view cells are used. 
    206         */ 
     204        /// If view cells are used. 
    207205        bool mUseViewCells; 
     206 
     207        /// if the view cells are filtered 
     208        bool mUseVisibilityFilter; 
    208209}; 
    209210 
Note: See TracChangeset for help on using the changeset viewer.