Ignore:
Timestamp:
03/02/06 14:47:47 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r667 r670  
    743743                                float cData = (float)tData.mPvs * tData.mProbability;; 
    744744 
    745                 float costDecr =  
    746                                         (cFront + cBack - cData) / mBox.GetVolume(); 
     745                float costDecr = (cFront + cBack - cData) / mBox.GetVolume(); 
    747746 
    748747                                mTotalCost += costDecr; 
     
    943942    tData.mPriority = mBreathFirstSplits ?  
    944943                (float)-tData.mDepth : tData.mPvs * tData.mProbability; 
     944        //cout << "priority: " << tData.mPriority << endl; 
    945945} 
    946946 
     
    13561356                sAxis = tData.mAxis; 
    13571357                 
     1358        //Debug << "use special axis: " << useSpecialAxis << endl; 
     1359        //Debug << "axis: " << sAxis << " drivingaxis: " << box.Size().DrivingAxis(); 
    13581360 
    13591361        for (axis = 0; axis < 3; ++ axis) 
Note: See TracChangeset for help on using the changeset viewer.