Changeset 2539 for GTP/trunk/Lib/Vis/OnlineCullingCHC/src
- Timestamp:
- 08/08/07 15:50:33 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/src/RandomUpdateCullingManager.cpp
r2538 r2539 106 106 int nodesTested = 0; 107 107 108 // use different algorithm to find random candidates109 108 #if 1 109 // test a certain ratio of random candidates 110 110 HierarchyNodeContainer mynodes; 111 111 mHierarchyInterface->CollectLeaves(node, mynodes); … … 144 144 145 145 #else 146 146 // always test one random candidate 147 147 HierarchyNode *leaf = mHierarchyInterface->GetRandomLeaf(node); 148 148
Note: See TracChangeset
for help on using the changeset viewer.