Changeset 3201


Ignore:
Timestamp:
12/01/08 08:11:23 (15 years ago)
Author:
mattausch
Message:

still searching for error

Location:
GTP/trunk/App/Demos/Vis/FriendlyCulling
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env

    r3200 r3201  
    1111maxBatchSize=50 
    1212# triangles per bvh leaf (influences hierarchy depth vs. occlusion power) 
    13 trianglesPerVirtualLeaf=300 
     13trianglesPerVirtualLeaf=12900 
    1414 
    15 maxDepthForTestingChildren=3 
     15maxDepthForTestingChildren=0 
    1616 
    1717################ 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.cpp

    r3127 r3201  
    8181static int sClipPlaneAABBVertexIndices[12]; 
    8282 
    83 #define ALIGN_INDICES 
     83//#define ALIGN_INDICES 
    8484 
    8585 
     
    260260        // nodes are tested using the subnodes from 3 levels below 
    261261        mMaxDepthForTestingChildren = 3; 
    262         mMaxDepthForTestingChildren = 0; 
    263262        //mMaxDepthForTestingChildren = 4; 
    264263 
Note: See TracChangeset for help on using the changeset viewer.