- Timestamp:
- 12/15/05 18:45:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/RssPreprocessor.cpp
r467 r468 642 642 cout << "\nevaluating bsp view cells render time after merge ... "; 643 643 644 const SimulationStatistics ss = mViewCellsManager->SimulateRendering(); 645 644 mRenderSimulator->RenderScene(); 645 SimulationStatistics ss; 646 mRenderSimulator->GetStatistics(ss); 647 646 648 cout << " finished" << endl; 647 649 cout << ss << endl;
Note: See TracChangeset
for help on using the changeset viewer.