Ignore:
Timestamp:
10/28/05 18:13:22 (19 years ago)
Author:
mattausch
Message:

added findneighbours method

File:
1 edited

Legend:

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

    r349 r360  
    1515class AxisAlignedBox3; 
    1616class Intersectable; 
     17class BspLeaf; 
    1718 
    1819class Exporter 
     
    7071  virtual void  
    7172  ExportBspSplits(const BspTree &tree) = 0; 
     73  virtual void 
     74  ExportLeavesGeometry(const BspTree &tree, const vector<BspLeaf *> &leaves) = 0; 
    7275         
    7376  void SetExportRayDensity(const bool d) { mExportRayDensity = d; } 
Note: See TracChangeset for help on using the changeset viewer.