Ignore:
Timestamp:
10/22/07 18:19:15 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2557 r2558  
    1515{ 
    1616public: 
    17      
     17 
     18        VisibilityPredictor(); 
     19 
    1820        void HandleProbablyVisibleObjects(GtpVisibilityPreprocessor::ViewCell *vc); 
    1921        void UpdateVisibility(GtpVisibilityPreprocessor::ViewCell *vc); 
    2022 
    21         VisibilityPredictor(); 
     23        void IssueMultiQuery(const vector<Entity *> &mEntities); 
     24 
    2225 
    2326protected: 
    2427 
    25         GtpVisibility::HierarchyNodeContainer mNodeBuffer; 
     28        GtpVisibility::HierarchyNodeContainer mEntityBuffer; 
    2629}; 
    2730 
Note: See TracChangeset for help on using the changeset viewer.