Ignore:
Timestamp:
11/03/05 16:14:24 (19 years ago)
Author:
mattausch
Message:

added visualization of view cells versus leaves

File:
1 edited

Legend:

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

    r362 r373  
    7878  ExportPolygons(const PolygonContainer &polys) = 0; 
    7979 
     80  virtual void 
     81  ExportBspViewCellPartition(const BspTree &tree) = 0; 
     82 
     83  virtual void  
     84  ExportBspLeaves(const BspTree &tree) = 0; 
     85 
    8086  void SetExportRayDensity(const bool d) { mExportRayDensity = d; } 
    8187   
Note: See TracChangeset for help on using the changeset viewer.