Ignore:
Timestamp:
06/18/06 03:47:06 (18 years ago)
Author:
mattausch
Message:

worked on view-object space partition
fixed some loading bugs
fixeds some exporting bugs using line segments
enabling other methods for view space sampling in ViewCellsManager? OBJECT_DIRECTION_BASED_DISTRIBUTION)
added class interface for a sampling strategy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/RenderSimulator.cpp

    r1006 r1020  
    1212void SimulationStatistics::Print(ostream &app) const 
    1313{ 
    14         app << "===== Render Simulation statistics ===============\n"; 
     14        app << "============== Render Simulation statistics ==============\n"; 
    1515 
    1616        app << setprecision(4); 
     
    3636                << validAvgRtWithoutOverhead << "\n"; 
    3737         
    38         app << "===== END OF Render Simulation statistics ==========\n"; 
     38        app << "=========== END OF Render Simulation statistics ==========\n"; 
    3939} 
     40 
    4041 
    4142RenderSimulator::RenderSimulator(ViewCellsManager *viewCellsManager): 
Note: See TracChangeset for help on using the changeset viewer.