Changeset 4701 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 26, 2005, 1:10:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4696 r4701 43 43 bool drawModel; 44 44 45 TestEntity* a; 46 Environment* b; 47 45 48 void Framework::moduleInit(int argc, char** argv) 46 49 { … … 65 68 entityList = new tList<WorldEntity>(); 66 69 67 TestEntity*a = new TestEntity(); a->setName("Clown1");68 Environment*b = new Environment(); b->setName("Jaeger");70 a = new TestEntity(); a->setName("Clown1"); 71 b = new Environment(); b->setName("Jaeger"); 69 72 b->setRelCoor(0.0, 0.0, -10.0); 70 73 … … 223 226 dt = 10; 224 227 } 228 229 b->shiftCoor(Vector(0.0, 0.0, 0.1)); 225 230 226 231
Note: See TracChangeset
for help on using the changeset viewer.