Changeset 7365 in orxonox.OLD for branches/cd/src/subprojects/collision_detection/collision_detection.cc
- Timestamp:
- Apr 25, 2006, 3:17:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/subprojects/collision_detection/collision_detection.cc
r7157 r7365 87 87 b->loadModel(argv[1]); 88 88 } 89 89 90 // a = new Terrain(); 90 91 … … 261 262 entity->draw(); 262 263 entity->drawBVTree(depth, drawMode); 263 printf("%i, %i\n", depth, drawMode);264 // printf("%i, %i\n", depth, drawMode); 264 265 entity = iterator->nextElement(); 265 266 }
Note: See TracChangeset
for help on using the changeset viewer.