Changeset 5842 in orxonox.OLD for branches/collision_detection/src
- Timestamp:
- Nov 30, 2005, 9:54:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/collision_detection/src/subprojects/collision_detection/collision_detection.cc
r5486 r5842 81 81 // a = new TestEntity(); a->setName("Clown1"); 82 82 b = new CollisionTestEntity(); b->setName("Jaeger"); 83 if (argc > 1) 84 { 85 printf("Loading model %s\n", argv[1]); 86 b->loadModel(argv[1]); 87 } 83 88 // a = new Terrain(); 84 89
Note: See TracChangeset
for help on using the changeset viewer.