Ignore:
Timestamp:
09/08/05 18:45:51 (19 years ago)
Author:
mattausch
Message:

added viewcell loader

File:
1 edited

Legend:

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

    r260 r261  
    1111class BspInterior; 
    1212class BspPvs; 
     13struct Triangle3; 
    1314/** 
    1415        View cell represented as a mesh 
     
    5253                                                                const int maxViewCells); 
    5354 
    54         static ViewCell *Convert2ViewCell(Face *face); 
     55        /** Constructs view cell from base triangle. The ViewCell is extruded along the normal vector. 
     56                @param the base triangle 
     57                @param the height of the newly created view cell 
     58        */ 
     59        static ViewCell *ExtrudeViewCell(const Triangle3 &baseTri, const float height); 
     60 
    5561protected: 
    5662 
Note: See TracChangeset for help on using the changeset viewer.