Changeset 6450 in orxonox.OLD for branches/collision_detection/src/subprojects
- Timestamp:
- Jan 9, 2006, 2:14:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/collision_detection/src/subprojects/collision_detection/collision_detection.cc
r5842 r6450 83 83 if (argc > 1) 84 84 { 85 printf("Loading model %s\n", argv[1]);85 //printf("Loading model %s\n", argv[1]); 86 86 b->loadModel(argv[1]); 87 87 } … … 260 260 entity->draw(); 261 261 entity->drawBVTree(depth, drawMode); 262 printf("%i, %i\n", depth, drawMode);262 // printf("%i, %i\n", depth, drawMode); 263 263 entity = iterator->nextElement(); 264 264 }
Note: See TracChangeset
for help on using the changeset viewer.