Ignore:
Timestamp:
06/20/08 09:10:28 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2787 r2790  
    536536        */ 
    537537        int GetNumVirtualNodes() const  { return mNumVirtualNodes; } 
     538        /** Render wireframe bvh for visualization purpose. 
     539        */ 
     540        void RenderBoundsForViz(BvhNode *node, bool useTightBounds); 
    538541 
    539542 
Note: See TracChangeset for help on using the changeset viewer.