Ignore:
Timestamp:
09/12/05 02:07:02 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r262 r263  
    1313class Face; 
    1414 
    15 /** Container storing polygons used during BSP tree construction 
    16 */ 
    17 typedef vector<Polygon3 *> PolygonContainer; 
    1815 
    1916/** Class representing a general planar polygon in 3d. 
     
    6764        /// we can also store materials with polygons 
    6865        Material *mMaterial; 
     66 
     67        static int mLeastSplitTable[4]; 
     68        static int mBalancedTreeTable[4]; 
    6969}; 
    7070 
Note: See TracChangeset for help on using the changeset viewer.