Ignore:
Timestamp:
12/08/08 18:48:21 (16 years ago)
Author:
mattausch
Message:

worked on lense flare

File:
1 edited

Legend:

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

    r3203 r3214  
    260260        // nodes are tested using the subnodes from 3 levels below 
    261261        mMaxDepthForTestingChildren = 3; 
    262         //mMaxDepthForTestingChildren = 4; 
    263  
    264262        // the ratio of area between node and subnodes where  
    265263        // testing the subnodes as proxy is still considered feasable 
     
    268266 
    269267        mVboId = -1; 
    270  
     268        // bound the maximal depth of the dynamic branch 
    271269        mMaxDepthForDynamicBranch = 10; 
    272270} 
Note: See TracChangeset for help on using the changeset viewer.