Changeset 4714 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
- Jun 26, 2005, 11:41:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4712 r4714 79 79 entityList = new tList<WorldEntity>(); 80 80 81 a = new TestEntity(); a->setName("Clown1");81 //a = new TestEntity(); a->setName("Clown1"); 82 82 b = new Environment(); b->setName("Jaeger"); 83 83 //c = new Terrain(); 84 84 85 b->setRelCoor(0.0, 0.0, -10.0);85 //b->setRelCoor(0.0, 0.0, -10.0); 86 86 //b->setRelDir(Quaternion(-M_PI/2.0f, Vector(0.0, 1.0, 0.0))); 87 87 88 entityList->add(a);88 //entityList->add(a); 89 89 entityList->add(b); 90 90
Note: See TracChangeset
for help on using the changeset viewer.