Ignore:
Timestamp:
10/10/05 04:19:59 (19 years ago)
Author:
mattausch
Message:

bsp viewcells now work

File:
1 edited

Legend:

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

    r312 r313  
    5555 
    5656  virtual void  
    57   ExportViewCells(ViewCellContainer *viewCells) = 0; 
     57  ExportViewCells(const ViewCellContainer &viewCells) = 0; 
    5858  virtual void  
    5959  ExportViewCell(ViewCell *viewCell) = 0; 
     
    6161  ExportIntersectable(Intersectable *object) = 0; 
    6262 
    63   virtual void ExportBspSplits(const BspTree &tree) = 0; 
    64  
     63  virtual void  
     64  ExportBspSplitPlanes(const BspTree &tree) = 0; 
     65  virtual void  
     66  ExportBspSplits(const BspTree &tree) = 0; 
     67         
    6568  void SetExportRayDensity(const bool d) { mExportRayDensity = d; } 
    6669   
Note: See TracChangeset for help on using the changeset viewer.