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/X3dExporter.h

    r362 r373  
    8585                         const RgbColor &color = RgbColor(1,1,1)); 
    8686 
    87   static ViewCellContainer foundViewCells; // todo: remove this 
     87  virtual void 
     88  ExportBspViewCellPartition(const BspTree &tree); 
     89 
     90  virtual void  
     91  ExportBspLeaves(const BspTree &tree); 
     92 
    8893protected: 
    8994 
Note: See TracChangeset for help on using the changeset viewer.