Changeset 3201 for GTP/trunk/App/Demos/Vis
- Timestamp:
- 12/01/08 08:11:23 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env
r3200 r3201 11 11 maxBatchSize=50 12 12 # triangles per bvh leaf (influences hierarchy depth vs. occlusion power) 13 trianglesPerVirtualLeaf= 30013 trianglesPerVirtualLeaf=12900 14 14 15 maxDepthForTestingChildren= 315 maxDepthForTestingChildren=0 16 16 17 17 ################ -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.cpp
r3127 r3201 81 81 static int sClipPlaneAABBVertexIndices[12]; 82 82 83 #define ALIGN_INDICES83 //#define ALIGN_INDICES 84 84 85 85 … … 260 260 // nodes are tested using the subnodes from 3 levels below 261 261 mMaxDepthForTestingChildren = 3; 262 mMaxDepthForTestingChildren = 0;263 262 //mMaxDepthForTestingChildren = 4; 264 263
Note: See TracChangeset
for help on using the changeset viewer.