Ignore:
Timestamp:
01/18/09 19:45:20 (15 years ago)
Author:
mattausch
Message:

working on viz for submission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/VisibilitySolutionLoader.h

    r3279 r3285  
    2424        VisibilitySolutionLoader(): mNumNodes(0) {}; 
    2525 
    26         ViewCellsTree *Load(const std::string &filename, Bvh *bvh, float viewCellsScaleFactor = 1.0f); 
     26        ViewCellsTree *Load(const std::string &filename,  
     27                                Bvh *bvh, 
     28                                                float &totalSamples, 
     29                                                float &totalTime, 
     30                                                float viewCellsScaleFactor = 1.0f); 
    2731 
    2832 
Note: See TracChangeset for help on using the changeset viewer.