Ignore:
Timestamp:
08/17/05 18:01:16 (19 years ago)
Author:
mattausch
Message:

added output functions and castray method for bsp viewcells

File:
1 edited

Legend:

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

    r191 r242  
    99 
    1010class KdTree; 
     11class BspTree; 
    1112class SceneGraphNode; 
    1213class Ray; 
     
    4344 
    4445  virtual bool 
     46  ExportBspTree(const BspTree &tree) = 0; 
     47 
     48  virtual bool 
    4549  ExportRays(const vector<Ray> &rays, 
    4650             const float length=1000, 
Note: See TracChangeset for help on using the changeset viewer.