Ignore:
Timestamp:
08/23/06 00:33:57 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1259 r1261  
    499499        if ((int)(leaf->mObjects.size()) > mBvhStats.maxObjectRefs) 
    500500                mBvhStats.maxObjectRefs = (int)leaf->mObjects.size(); 
    501  
    502 #ifdef _DEBUG 
    503         Debug << "BSP stats: " 
    504                   << "Depth: " << data.mDepth << " (max: " << mTermMaxDepth << "), " 
    505                   << "Prob: " << data.mProbability << " (min: " << mTermMinProbability << ")\n"; 
    506 #endif 
    507501} 
    508502 
     
    530524        //-- sort so we can use a sweep 
    531525        SortSubdivisionCandidates(tData, axis, minBand, maxBand); 
    532  
    533         int numViewCells; 
    534526 
    535527        float totalVol = PrepareHeuristics(tData); 
Note: See TracChangeset for help on using the changeset viewer.