Ignore:
Timestamp:
01/02/09 17:29:48 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3241 r3242  
    6868struct BvhLeaf: public BvhNode 
    6969{ 
    70         Geometry *geometry; 
    71  
    72         BvhLeaf(): BvhNode(), geometry(NULL) {} 
     70        BvhLeaf(): BvhNode() {} 
    7371}; 
    7472 
     
    141139 
    142140        void UpdateLeafBox(BvhLeaf *leaf); 
    143  
    144         void UpdateNodeBox(BvhNode *node); 
     141        /** Prepare bvh for exporting. 
     142        */ 
     143        void UpdateBvh(BvhNode *node); 
    145144 
    146145 
Note: See TracChangeset for help on using the changeset viewer.