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/OgreKdTreeHierarchyInterface.h

    r2280 r2292  
    9696        void DetermineFullVisibility(GtpVisibility::HierarchyNode *node) const {} 
    9797 
    98         void TraverseNode2(GtpVisibility::HierarchyNode *node) {} 
    99  
    10098        GtpVisibility::HierarchyNode *GetRandomLeaf(GtpVisibility::HierarchyNode *root) { return NULL;} 
    10199 
    102100        bool IsNodeFullyVisible(GtpVisibility::HierarchyNode *node) const { return false;} 
    103101 
     102        void CollectLeaves(GtpVisibility::HierarchyNode *root,  
     103                                           GtpVisibility::HierarchyNodeContainer &nodes) {}; 
     104 
     105        void RenderNodeRecursive(GtpVisibility::HierarchyNode *node) {}; 
    104106}; 
    105107 
Note: See TracChangeset for help on using the changeset viewer.