Ignore:
Timestamp:
09/18/06 18:57:34 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1414 r1415  
    608608        } 
    609609 
     610#if 0 
    610611        cout << "depth: " << data.mDepth << " objects: " << (int)leaf->mObjects.size()  
    611612                 << " rays: " << data.mNumRays << " rays / objects "  
    612613                 << (float)data.mNumRays / (float)leaf->mObjects.size() << endl; 
     614#endif 
    613615} 
    614616 
     
    14231425        ViewCellContainer viewCells; 
    14241426        CollectViewCells(node->mObjects, viewCells); 
     1427        if (0) cout << "collected " << (int)viewCells.size() << " dirty candidates" << endl; 
    14251428 
    14261429        // split candidates handling  
    14271430        // these view cells  are thrown into dirty list 
    14281431        ViewCellContainer::const_iterator vit, vit_end = viewCells.end(); 
    1429  
    1430         Debug << "collecting " << (int)viewCells.size() << " dirty candidates" << endl; 
    14311432 
    14321433        for (vit = viewCells.begin(); vit != vit_end; ++ vit) 
Note: See TracChangeset for help on using the changeset viewer.