Ignore:
Timestamp:
04/24/06 08:21:10 (18 years ago)
Author:
mattausch
Message:

debug version for testing subdivision

File:
1 edited

Legend:

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

    r735 r801  
    795795        int mTotalPvsSize; 
    796796 
     797        float mMinBand; 
     798        float mMaxBand; 
     799 
    797800        //int mSplits; 
    798801        /// subdivision stats output file 
     
    807810        int mCreatedViewCells; 
    808811        /// if vsp bsp tree should simulate octree 
    809         bool mSimulateOctree; 
     812        bool mCirculatingAxis; 
    810813 
    811814        /// if we should use breath first priority for the splits 
Note: See TracChangeset for help on using the changeset viewer.