Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2005, 11:41:29 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some model refinments

File:
1 edited

Legend:

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

    r4712 r4714  
    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);
     88   //entityList->add(a);
    8989   entityList->add(b);
    9090
Note: See TracChangeset for help on using the changeset viewer.