Ignore:
Timestamp:
01/06/09 15:18:41 (15 years ago)
Author:
mattausch
Message:

played around with pvs. now using pvs without vfc or anything. using function that allows to skip tree at some point

File:
1 edited

Legend:

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

    r3065 r3251  
    121121                                        // always traverse a node if it was visible 
    122122                                        if (wasVisible) 
     123                                        { 
    123124                                                TraverseNode(node); 
     125                                        } 
    124126                                } 
    125127                        } 
Note: See TracChangeset for help on using the changeset viewer.