Ignore:
Timestamp:
11/05/05 13:18:14 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp

    r379 r380  
    692692 
    693693        Debug << "**** Finished polygon extraction ****" << endl; 
    694         Debug << (int)polys->size() << " polys extracted from " << (int)rays->size() << " rays" << endl; 
     694        Debug << (int)polys->size() << " polys extracted from " << (int)sampleRays.size() << " rays" << endl; 
    695695        Debug << "extraction time: " << TimeDiff(startTime, GetTime())*1e-3 << "s" << endl; 
    696696 
     
    786786        ViewCell *backViewCell = mRootCell; 
    787787 
     788         
    788789#ifdef _DEBUG    
    789790        if (frontPolys->empty() && backPolys->empty() && (coincident.size() > 2)) 
     
    16501651        mStat.accumDepth += data.mDepth; 
    16511652         
    1652 #ifdef _DEBUG 
     1653//#ifdef _DEBUG 
    16531654        Debug << "BSP stats: " 
    16541655                  << "Depth: " << data.mDepth << " (max: " << sTermMaxDepth << "), " 
    16551656                  << "#polygons: " << (int)data.mPolygons->size() << " (max: " << sTermMaxPolygons << "), " 
    16561657                  << "#rays: " << (int)data.mRays->size() << " (max: " << sTermMaxRays << ")" << endl; 
    1657 #endif 
     1658//#endif 
    16581659} 
    16591660 
Note: See TracChangeset for help on using the changeset viewer.