Ignore:
Timestamp:
11/09/05 18:23:43 (19 years ago)
Author:
mattausch
Message:

worked on bsp view cells, fixed some bugs

File:
1 edited

Legend:

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

    r396 r397  
    740740        int ComputePvsSize(const BoundedRayContainer &rays) const; 
    741741 
     742        bool TerminationCriteriaMet(const BspTraversalData &data) const; 
     743 
    742744        /// Pointer to the root of the tree 
    743745        BspNode *mRoot; 
     
    782784        /// maximal possible depth 
    783785        static int sTermMaxDepth; 
    784         /// mininam pvs 
     786        /// mininum area 
     787        static float sTermMinArea; 
     788        /// mininum PVS 
    785789        static int sTermMinPvs; 
    786790        /// strategy to get the best split plane 
Note: See TracChangeset for help on using the changeset viewer.