Ignore:
Timestamp:
02/04/06 12:46:14 (18 years ago)
Author:
mattausch
Message:

updated vspkdtree for regular sudbivision

File:
1 edited

Legend:

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

    r586 r587  
    673673        if ((int)activeViewCells.size() > 1) 
    674674        { 
    675                 Debug << "creating root of view cell hierarchy for " << (int)activeViewCells.size() << " view cells" << endl; 
     675                Debug << "creating root of view cell hierarchy for "  
     676                          << (int)activeViewCells.size() << " view cells" << endl; 
    676677                /*for (int i = 0;  i < activeViewCells.size(); ++ i){ 
    677678                        Debug << "parent " << activeViewCells[i]->GetParent() << endl; 
    678                         Debug << "viewcell " << activeViewCells[i] << endl;*/ 
    679                 } 
     679                        Debug << "viewcell " << activeViewCells[i] << endl; 
     680                }*/ 
    680681                ViewCellInterior *root = mViewCellsManager->MergeViewCells(activeViewCells); 
    681682 
Note: See TracChangeset for help on using the changeset viewer.