Ignore:
Timestamp:
01/13/09 16:40:27 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.h

    r3267 r3274  
    359359        */ 
    360360        inline int GetNumNodes() const; 
    361         /** Counts the number of bvh nodes under this node 
     361        /** Counts the number of nodes in this subtree 
    362362        */ 
    363363        int CountNumNodes(BvhNode *node) const; 
     364        /** Counts the number of virtual nodes in this subtree 
     365        */ 
     366        int CountNumVirtualNodes(BvhNode *node) const; 
     367 
    364368        /** Returns number of bvh leaves. 
    365369        */ 
Note: See TracChangeset for help on using the changeset viewer.