Ignore:
Timestamp:
02/21/06 17:42:39 (19 years ago)
Author:
mattausch
Message:

adding function for testing purpose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspBspTree.h

    r655 r660  
    167167                /// the current node 
    168168                Plane3 mSplitPlane; 
    169                  
     169                /// split axis of this plane (0, 1, 2, or 3 if non-axis-aligned) 
     170                int mSplitAxis; 
     171                /// the number of misses of max cost ratio until this split 
     172                int mMaxCostMisses; 
     173 
    170174                // parent data 
    171175                VspBspTraversalData mParentData; 
    172  
     176                // cost of applying this split 
    173177                float mRenderCost; 
    174178 
Note: See TracChangeset for help on using the changeset viewer.