Ignore:
Timestamp:
11/06/06 20:47:06 (18 years ago)
Author:
bittner
Message:

new visibility filter support

File:
1 edited

Legend:

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

    r1694 r1715  
    584584                mOspStats.maxObjectRefs = (int)leaf->mObjects.size(); 
    585585 
    586 #ifdef _DEBUG 
     586#ifdef GTP_DEBUG 
    587587        Debug << "BSP stats: " 
    588588                  << "Depth: " << data.mDepth << " (max: " << mTermMaxDepth << "), " 
     
    715715                ratio = minRenderCost / totalRenderCost; 
    716716        } 
    717 #if _DEBUG 
     717#if GTP_DEBUG 
    718718        Debug << "\n§§§§ eval local cost §§§§" << endl 
    719719                  << "old rc: " << totalRenderCost / viewSpaceVol << " new rc: " << minRenderCost / viewSpaceVol << endl 
Note: See TracChangeset for help on using the changeset viewer.