Changeset 583
- Timestamp:
- 02/02/06 19:31:30 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.cpp
r582 r583 1250 1250 tstack.pop(); 1251 1251 1252 if (viewCell->IsLeaf()) 1253 { 1254 1255 } 1256 else 1257 { 1258 ViewCellInterior *interior = dynamic_cast<ViewCellInterior *>(viewCell); 1252 if (!viewCell->IsLeaf()) 1253 { 1254 1255 ViewCellInterior *interior = dynamic_cast<ViewCellInterior *>(viewCell); 1256 Debug << "compressing " << interior->GetPvs().GetSize() << endl; 1259 1257 ComputeCommonPvs(interior); 1258 Debug << "compressed " << interior->GetPvs().GetSize() << endl; 1260 1259 } 1261 1260 } -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp
r582 r583 2365 2365 RefineViewCells(postProcessRays, objects); 2366 2366 2367 mViewCellsTree->CompressViewCellsPvs(); 2368 2367 2369 if (1) 2368 2370 {
Note: See TracChangeset
for help on using the changeset viewer.