Changeset 7658 in orxonox.OLD for branches/cd/src/subprojects/collision_detection/collision_detection.cc
- Timestamp:
- May 17, 2006, 10:36:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/subprojects/collision_detection/collision_detection.cc
r7554 r7658 90 90 printf("no path specified, using default model: models/ships/fighter.obj\n\n"); 91 91 printf("----------------------- WARNING ---------------------\n"); 92 b = new CollisionTestEntity("models/ ships/fighter.obj"); b->setName("Jaeger");92 b = new CollisionTestEntity("models/test/cd_test_1.obj"); b->setName("Jaeger"); 93 93 } 94 94 // b->setRelCoor(0.0, 0.0, -20.0);
Note: See TracChangeset
for help on using the changeset viewer.