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/Preprocessor.h

    r419 r429  
    1313class RenderSimulator; 
    1414class SceneGraph; 
     15class Exporter; 
    1516 
    1617/** Namespace for the external visibility preprocessor 
     
    9293  bool ParseViewCellsOptions(); 
    9394 
     95 
    9496  /// scene graph loaded from file 
    9597  SceneGraph *mSceneGraph; 
     
    117119  */ 
    118120  VspKdTree *mVspKdTree; 
     121 
     122protected: 
     123  void ExportBspPvs(const ObjectContainer &objects, 
     124                                        const RayContainer &sampleRays, 
     125                                        const int visSamples); 
     126 
     127  void ExportSplits(const ObjectContainer &objects, 
     128                                        const RayContainer &sampleRays, 
     129                                        const int visSamples); 
     130 
     131  /** Export scene geometry. 
     132  */ 
     133  void ExportSceneGeometry(Exporter *exporter, const ObjectContainer &objects); 
     134 
     135  int mBspConstructionSamples; 
    119136}; 
    120137 
Note: See TracChangeset for help on using the changeset viewer.