Ignore:
Timestamp:
12/15/05 18:45:12 (19 years ago)
Author:
mattausch
Message:

updated rendersimulator

File:
1 edited

Legend:

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

    r467 r468  
    642642  cout << "\nevaluating bsp view cells render time after merge ... "; 
    643643   
    644   const SimulationStatistics ss = mViewCellsManager->SimulateRendering(); 
    645    
     644  mRenderSimulator->RenderScene(); 
     645  SimulationStatistics ss; 
     646  mRenderSimulator->GetStatistics(ss); 
     647 
    646648  cout << " finished" << endl; 
    647649  cout << ss << endl; 
Note: See TracChangeset for help on using the changeset viewer.