Ignore:
Timestamp:
11/01/05 02:37:51 (19 years ago)
Author:
mattausch
Message:

added post merging bsp view cells
fixed bug at per ray subdivision

File:
1 edited

Legend:

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

    r360 r362  
    1616class Intersectable; 
    1717class BspLeaf; 
     18class Polygon3; 
    1819 
    1920class Exporter 
     
    7475  ExportLeavesGeometry(const BspTree &tree, const vector<BspLeaf *> &leaves) = 0; 
    7576         
     77  virtual void  
     78  ExportPolygons(const PolygonContainer &polys) = 0; 
     79 
    7680  void SetExportRayDensity(const bool d) { mExportRayDensity = d; } 
    7781   
Note: See TracChangeset for help on using the changeset viewer.