Ignore:
Timestamp:
11/14/05 15:59:20 (19 years ago)
Author:
mattausch
Message:

worked on kd view space partitioning structure
worked on render simulation

File:
1 edited

Legend:

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

    r407 r409  
    734734        bool TerminationCriteriaMet(const BspTraversalData &data) const; 
    735735 
     736        float AccumulatedRayLength(BoundedRayContainer &rays) const; 
     737 
    736738        /// Pointer to the root of the tree 
    737739        BspNode *mRoot; 
     
    794796        static int sTermMaxObjectsForAxisAligned; 
    795797 
     798        static float sTermMaxRayContribution; 
     799        static float sTermMaxAccRayLength; 
     800 
    796801        static bool sStoreLeavesWithRays; 
    797802 
Note: See TracChangeset for help on using the changeset viewer.