Ignore:
Timestamp:
11/17/06 10:10:41 (18 years ago)
Author:
mattausch
Message:

removed error in sample registration

File:
1 edited

Legend:

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

    r1750 r1764  
    236236        */ 
    237237        void ExportObjectSpaceHierarchy(OUT_STREAM &stream); 
    238         /** Adds a sample to the pvs of the specified view cell. 
    239         */ 
    240         bool AddSampleToPvs( 
    241                 Intersectable *obj,  
    242                 const Vector3 &hitPoint, 
    243                 ViewCell *vc, 
    244                 const float pdf,  
    245                 float &contribution) const; 
    246  
     238         
    247239        /** Print out statistics. 
    248240        */ 
     
    265257        void ExportObjectSpaceHierarchy(Exporter *exporter,  
    266258                                                                        const ObjectContainer &objects, 
    267                                                                         const AxisAlignedBox3 *bbox, 
     259                                                                        AxisAlignedBox3 *bbox, 
    268260                                                                        const bool exportBounds = true) const; 
    269261 
     
    391383                                                         const float renderCostPerStorage, 
    392384                                                         const float vspOspRatio); 
    393  
    394         bool AddSampleToPvs(Intersectable *obj,  
    395                                                 const float pdf, 
    396                                                 float &contribution) const; 
    397385 
    398386        /** Collect affected view space candidates. 
Note: See TracChangeset for help on using the changeset viewer.