Ignore:
Timestamp:
01/09/09 02:16:38 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/StopAndWaitTraverser.cpp

    r3065 r3259  
    2222                mDistanceQueue.pop(); 
    2323         
     24                if (1 && !IsNodeGeometryVisible(node, 10)) 
     25                { 
     26                        node->SetVisible(false); 
     27                        continue; 
     28                } 
     29 
    2430                if (mBvh->IsWithinViewFrustum(node)) 
    2531                { 
Note: See TracChangeset for help on using the changeset viewer.