Changeset 7365 in orxonox.OLD for branches/cd/src/subprojects
- Timestamp:
- Apr 25, 2006, 3:17:20 PM (19 years ago)
- Location:
- branches/cd/src/subprojects/collision_detection
- Files:
-
- 2 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 } -
branches/cd/src/subprojects/collision_detection/collision_test_entity.cc
r7193 r7365 81 81 void CollisionTestEntity::tick (float time) {} 82 82 83
Note: See TracChangeset
for help on using the changeset viewer.