Changeset 2502 for GTP/trunk/Lib/Vis/OnlineCullingCHC/src
- Timestamp:
- 07/03/07 14:29:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/src/RandomUpdateCullingManager.cpp
r2497 r2502 101 101 else 102 102 { 103 // fully visible subtree => render all in one bat hc103 // fully visible subtree => render all in one batch 104 104 if (mHierarchyInterface->IsNodeFullyVisible(node)) 105 105 { … … 124 124 mHierarchyInterface->SetNodeVisible(leaf, false); 125 125 126 // update node's visited flag 126 // update node's visited flag: this is important as we are not testing 127 // all nodes in the hierarchy in this mode 127 128 mHierarchyInterface->PullUpLastVisited(leaf, mHierarchyInterface->GetFrameId()); 128 129 const bool testGeometry =mTestGeometryForVisibleLeaves; 130 129 // issue the query 131 130 mHierarchyInterface->IssueNodeOcclusionQuery(node, mTestGeometryForVisibleLeaves); 132 131 }
Note: See TracChangeset
for help on using the changeset viewer.