Ignore:
Timestamp:
05/09/05 01:24:02 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgreSceneNodeHierarchyInterface.h

    r85 r87  
    2525        void PullUpVisibility(GtpVisibility::HierarchyNode *node); 
    2626        bool HasGeometry(GtpVisibility::HierarchyNode *node) const; 
    27         bool HasGreaterDistance(GtpVisibility::HierarchyNode *node1,  
    28                                                     GtpVisibility::HierarchyNode *node2) const; 
     27        float GetSquaredDistance(GtpVisibility::HierarchyNode *node) const; 
    2928 
    3029        void SetNodeVisible(GtpVisibility::HierarchyNode *node, const bool visible); 
Note: See TracChangeset for help on using the changeset viewer.