Changeset 1492 for GTP/trunk/Lib/Vis/OnlineCullingCHC/include
- Timestamp:
- 09/26/06 12:42:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/CoherentHierarchicalCullingManager.h
r345 r1492 36 36 bool DecideVisible(HierarchyNode *node) const; 37 37 38 unsigned int mAssumedVisibility; 39 38 40 39 /** Skip query for this node. 41 40 */ 42 41 void SkipQuery(HierarchyNode *node) const; 43 42 43 /** number of steps the visibility is assumed to be valid. 44 */ 45 unsigned int mAssumedVisibility; 44 46 45 47 /** Threshold for rand function to return positive result with respect to
Note: See TracChangeset
for help on using the changeset viewer.