Ignore:
Timestamp:
03/26/07 18:49:17 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2280 r2292  
    4747 
    4848        void DetermineFullVisibility(GtpVisibility::HierarchyNode *node) const {} 
    49         void TraverseNode2(GtpVisibility::HierarchyNode *node) {} 
     49 
    5050        GtpVisibility::HierarchyNode *GetRandomLeaf(GtpVisibility::HierarchyNode *root) { return NULL;} 
     51 
    5152        bool IsNodeFullyVisible(GtpVisibility::HierarchyNode *node) const { return false;} 
    5253 
     54        void CollectLeaves(GtpVisibility::HierarchyNode *root, GtpVisibility::HierarchyNodeContainer &nodes) {}; 
    5355}; 
    5456 
Note: See TracChangeset for help on using the changeset viewer.