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

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/include/HierarchyInterface.h

    r86 r87  
    5959        */ 
    6060        DistanceQueue *GetQueue(); 
    61         /** Returns true if node 1 has greater distance to the view 
    62                 plane than node 2. 
    63                 @param node1 the first node to be compared 
    64                 @param node2 the second node to be compared 
     61        /** Returns distance of the node to the view plane. 
     62                @param node1 the hierarchy node 
    6563        */                       
    66         virtual bool HasGreaterDistance(HierarchyNode *node1, HierarchyNode *node2) const = 0; 
     64        virtual float GetSquaredDistance(HierarchyNode *node) const = 0; 
    6765        /** Checks if the node is visible from the current view frustum. 
    6866                @param node the current node 
Note: See TracChangeset for help on using the changeset viewer.