Ignore:
Timestamp:
08/08/07 15:50:33 (17 years ago)
Author:
mattausch
Message:

fixed obj loading error

File:
1 edited

Legend:

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

    r2538 r2539  
    106106                                        int nodesTested = 0; 
    107107 
    108                                         // use different algorithm to find random candidates 
    109108#if 1 
     109                                        // test a certain ratio of random candidates 
    110110                                        HierarchyNodeContainer mynodes; 
    111111                                        mHierarchyInterface->CollectLeaves(node, mynodes); 
     
    144144 
    145145#else 
    146                                          
     146                                        // always test one random candidate 
    147147                                        HierarchyNode *leaf = mHierarchyInterface->GetRandomLeaf(node); 
    148148                                         
Note: See TracChangeset for help on using the changeset viewer.