Ignore:
Timestamp:
10/19/06 20:30:21 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.h

    r1649 r1654  
    315315                                                         const int totalPvsEntries,  
    316316                                                         const float memory, 
    317                                                          const float renderCostPerStorage); 
     317                                                         const float renderCostPerStorage, 
     318                                                         const float vspOspRatio); 
    318319 
    319320        bool AddSampleToPvs(Intersectable *obj,  
     
    376377        /** After the suddivision has ended, do some final tasks. 
    377378        */ 
    378         void FinishObjectSpaceSubdivision(const ObjectContainer &objects, const bool removeRayRefs = true) const; 
     379        void FinishObjectSpaceSubdivision(const ObjectContainer &objects,  
     380                                                                          const bool removeRayRefs = true) const; 
    379381 
    380382        /** Returns depth of object space subdivision. 
Note: See TracChangeset for help on using the changeset viewer.