Ignore:
Timestamp:
06/09/06 01:26:46 (18 years ago)
Author:
mattausch
Message:

started viewspace-objectspace subdivision
removed memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Exporter.h

    r863 r1006  
    1616class KdTree; 
    1717class BspTree; 
    18 class VspKdTree; 
    1918class SceneGraphNode; 
    2019class Ray; 
     
    6463                                 const Vector3 direction 
    6564                                 ) = 0; 
    66  
    67   virtual bool 
    68   ExportVspKdTree(const VspKdTree &tree, const int maxPvs = 0) = 0; 
    6965 
    7066  virtual bool 
Note: See TracChangeset for help on using the changeset viewer.