- Timestamp:
- 12/20/05 20:33:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/VssPreprocessor.cpp
r469 r473 562 562 mViewCellsManager->Visualize(mObjects, storedRays); 563 563 564 CLEAR_CONTAINER(storedRays); 565 } 566 567 //-- render simulation after merge 568 cout << "\nevaluating bsp view cells render time after merge ... "; 564 Debug << "here2" << endl; 565 } 569 566 570 567 //-- render simulation after merge … … 572 569 573 570 mRenderSimulator->RenderScene(); 571 Debug << "here3" << endl; 574 572 SimulationStatistics ss; 575 573 mRenderSimulator->GetStatistics(ss); 576 574 Debug << "here244" << endl; 577 575 cout << " finished" << endl; 578 576 cout << ss << endl; 579 577 Debug << ss << endl; 580 578 581 582 579 delete vssTree; 583 580 581 Debug << "here4" << endl; 584 582 return true; 585 583 }
Note: See TracChangeset
for help on using the changeset viewer.