Ignore:
Timestamp:
12/27/05 12:52:25 (19 years ago)
Author:
mattausch
Message:

added visualizations

File:
1 edited

Legend:

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

    r466 r482  
    100100  ExportBspSplits(const VspBspTree &tree, const bool exportDepth = false) = 0; 
    101101 
    102   virtual void 
    103   ExportBspViewCellPartition(const VspBspTree &tree, const int maxPvs = 0) = 0; 
    104  
    105102  virtual void  
    106103  ExportPolygons(const PolygonContainer &polys) = 0; 
    107  
    108   virtual void 
    109   ExportBspViewCellPartition(const BspTree &tree, const int maxPvs = 0) = 0; 
    110104 
    111105  virtual void  
     
    118112  ExportRssTree2(const RssTree &tree, 
    119113                                 const Vector3 direction) = 0; 
    120  
    121   virtual bool  
    122   ExportVspKdTreeViewCells(const VspKdTree &tree, const int maxPvs = 0) = 0; 
    123114 
    124115  void SetExportRayDensity(const bool d) { mExportRayDensity = d; } 
Note: See TracChangeset for help on using the changeset viewer.