- Timestamp:
- 12/15/05 18:45:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.cpp
r466 r468 394 394 cout << "\nevaluating bsp view cells render time after merge ... "; 395 395 396 const SimulationStatistics ss = mViewCellsManager->SimulateRendering(); 397 398 cout << " finished" << endl; 399 cout << ss << endl; 400 Debug << ss << endl; 396 //-- render simulation after merge 397 cout << "\nevaluating bsp view cells render time after merge ... "; 398 399 mRenderSimulator->RenderScene(); 400 SimulationStatistics ss; 401 mRenderSimulator->GetStatistics(ss); 402 403 cout << " finished" << endl; 404 cout << ss << endl; 405 Debug << ss << endl; 401 406 402 407 // $$JB temporary removed
Note: See TracChangeset
for help on using the changeset viewer.