Ignore:
Timestamp:
11/24/05 03:42:19 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.h

    r428 r429  
    8383        bool BuildBspTree(); 
    8484 
    85         void ExportSplits(const ObjectContainer &objects); 
    86  
    87         void ExportBspPvs(const ObjectContainer &objects); 
    88  
    89         /** Export scene geometry. 
    90         */ 
    91         void ExportSceneGeometry(Exporter *exporter, const ObjectContainer &objects); 
    92  
    9385        /** Post processes view cells (i.e., merges or subdivides view cells based 
    9486                on the PVS and the ray sets. 
     
    111103        RayContainer mSampleRays; 
    112104        VssRayContainer mVspSampleRays; 
    113         int mBspConstructionSamples; 
     105         
    114106        int mVspConstructionSamples; 
    115107 
Note: See TracChangeset for help on using the changeset viewer.