Ignore:
Timestamp:
10/12/05 18:29:46 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r319 r321  
    524524        /// Strategies for choosing next split plane. 
    525525        enum {NO_STRATEGY = 0, 
    526                   NEXT_POLYGON = 1,  
     526                  RANDOM_POLYGON = 1,  
    527527                  AXIS_ALIGNED = 2, 
    528528                  LEAST_SPLITS = 4,  
     
    536536        /// box around the whole view domain 
    537537        AxisAlignedBox3 mBox; 
    538  
    539         /// if polygons should be stored in the tree 
    540         bool mStoreSplitPolys; 
    541538 
    542539        /// view cell corresponding to unbounded space 
     
    571568        static float sLargestPolyAreaFactor; 
    572569        static float sBlockedRaysFactor; 
     570         
     571        /// if polygons should be stored in the tree 
     572        static bool sStoreSplitPolys; 
    573573 
    574574private: 
Note: See TracChangeset for help on using the changeset viewer.