Changeset 4717 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 27, 2005, 1:49:58 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4714 r4717 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);89 88 entityList->add(a); 89 entityList->add(b); 90 90 91 91 CDEngine::getInstance()->setEntityList(entityList); 92 92 93 93 LightManager* lightMan = LightManager::getInstance(); 94 94 lightMan->setAmbientColor(.1,.1,.1); 95 95 lightMan->addLight(); 96 96 lightMan->setPosition(-5.0, 50.0, -40.0);
Note: See TracChangeset
for help on using the changeset viewer.