Ignore:
Timestamp:
09/26/06 12:42:41 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/include/CoherentHierarchicalCullingManager.h

    r345 r1492  
    3636        bool DecideVisible(HierarchyNode *node) const; 
    3737 
    38         unsigned int mAssumedVisibility; 
    39          
     38 
    4039        /** Skip query for this node. 
    4140        */ 
    4241        void SkipQuery(HierarchyNode *node) const; 
    4342 
     43        /** number of steps the visibility is assumed to be valid. 
     44        */ 
     45        unsigned int mAssumedVisibility; 
    4446 
    4547        /** Threshold for rand function to return positive result with respect to 
Note: See TracChangeset for help on using the changeset viewer.