Ignore:
Timestamp:
07/03/07 14:29:17 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/src/RandomUpdateCullingManager.cpp

    r2497 r2502  
    101101                        else 
    102102                        { 
    103                                 // fully visible subtree => render all in one bathc 
     103                                // fully visible subtree => render all in one batch 
    104104                                if (mHierarchyInterface->IsNodeFullyVisible(node)) 
    105105                                { 
     
    124124                                                mHierarchyInterface->SetNodeVisible(leaf, false); 
    125125 
    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 
    127128                                                mHierarchyInterface->PullUpLastVisited(leaf, mHierarchyInterface->GetFrameId()); 
    128  
    129                                                 const bool testGeometry =mTestGeometryForVisibleLeaves; 
    130  
     129                                                // issue the query 
    131130                                                mHierarchyInterface->IssueNodeOcclusionQuery(node, mTestGeometryForVisibleLeaves); 
    132131                                        } 
Note: See TracChangeset for help on using the changeset viewer.