Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 15, 2005, 9:17:09 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some changes in the NPC interface class

File:
1 edited

Legend:

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

    r4903 r5029  
    8282
    8383//   a = new TestEntity(); a->setName("Clown1");
    84 //   b = new Environment(); b->setName("Jaeger");
    85   a = new Terrain();
     84   b = new Environment(); b->setName("Jaeger");
     85//   a = new Terrain();
    8686
    8787//   b->setRelCoor(0.0, 0.0, -20.0);
    8888//   b->setRelDir(Quaternion(-M_PI/2.0f, Vector(0.0, 1.0, 0.0)));
    8989
    90   entityList->add(a);
     90  entityList->add(b);
    9191//   entityList->add(b);
    9292
Note: See TracChangeset for help on using the changeset viewer.