Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4717 in orxonox.OLD for orxonox/trunk/src/subprojects


Ignore:
Timestamp:
Jun 27, 2005, 1:49:58 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some other md2 files to load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc

    r4714 r4717  
    7979  entityList = new tList<WorldEntity>();
    8080
    81   //a = new TestEntity(); a->setName("Clown1");
     81  a = new TestEntity(); a->setName("Clown1");
    8282  b = new Environment(); b->setName("Jaeger");
    8383  //c = new Terrain();
    8484
    85   //b->setRelCoor(0.0, 0.0, -10.0);
     85  b->setRelCoor(0.0, 0.0, -10.0);
    8686  //b->setRelDir(Quaternion(-M_PI/2.0f, Vector(0.0, 1.0, 0.0)));
    8787
    88    //entityList->add(a);
    89    entityList->add(b);
     88  entityList->add(a);
     89  entityList->add(b);
    9090
    9191  CDEngine::getInstance()->setEntityList(entityList);
    9292
    9393  LightManager* lightMan = LightManager::getInstance();
    94     lightMan->setAmbientColor(.1,.1,.1);
     94  lightMan->setAmbientColor(.1,.1,.1);
    9595  lightMan->addLight();
    9696  lightMan->setPosition(-5.0, 50.0, -40.0);
Note: See TracChangeset for help on using the changeset viewer.