Ignore:
Timestamp:
09/16/05 19:24:10 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r275 r286  
    5353          else 
    5454                  p->GenerateViewCells(); 
    55  
    56           Debug << "Number of view cells: " << p->mViewCells.size() << endl; 
    5755  } 
    5856 
    5957  p->BuildBspTree(); 
    6058  p->BspTreeStatistics(Debug); 
     59  Debug << "Number of view cells: " << p->mViewCells.size() << endl; 
    6160  p->Export(filename + "-bsptree.x3d", false, false, true); 
    6261 
Note: See TracChangeset for help on using the changeset viewer.