- Timestamp:
- 01/16/09 17:32:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/BvhLoader.cpp
r3269 r3282 140 140 Bvh *bvh = new Bvh(staticEntities, dynamicEntities, maxDepthForTestingChildren); 141 141 142 BvhConstructor bvhConstructor(bvh->mGeometry, 143 0, 142 BvhConstructor bvhConstructor(bvh->mGeometry, 0, 144 143 (int)bvh->mStaticGeometrySize - 1); 145 144
Note: See TracChangeset
for help on using the changeset viewer.