Ignore:
Timestamp:
10/09/05 00:38:18 (19 years ago)
Author:
mattausch
Message:

bsp split exporter added

File:
1 edited

Legend:

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

    r261 r312  
    5656  virtual void  
    5757  ExportViewCells(ViewCellContainer *viewCells) = 0; 
    58  
     58  virtual void  
     59  ExportViewCell(ViewCell *viewCell) = 0; 
    5960  virtual void 
    6061  ExportIntersectable(Intersectable *object) = 0; 
     62 
     63  virtual void ExportBspSplits(const BspTree &tree) = 0; 
    6164 
    6265  void SetExportRayDensity(const bool d) { mExportRayDensity = d; } 
Note: See TracChangeset for help on using the changeset viewer.