Ignore:
Timestamp:
01/12/09 19:03:24 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3259 r3271  
    119119                        mDistanceQueue.pop(); 
    120120         
    121                         if (!IsNodeGeometryVisible(node, 10)) 
    122                         { 
     121                        if (0 && !IsNodeGeometryVisible(node, 10)) 
     122                        { 
     123                                // todo: find out why it is jumping 
    123124                                node->SetLastVisitedFrame(mFrameId); 
    124125                                node->SetVisible(false); 
Note: See TracChangeset for help on using the changeset viewer.