Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2005, 4:54:43 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some speed improvements of the cd

File:
1 edited

Legend:

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

    r4704 r4705  
    4444bool drawModel;
    4545
    46 Environment* a;
     46TestEntity* a;
    4747Environment* b;
    4848
     
    6969  entityList = new tList<WorldEntity>();
    7070
    71   //a = new TestEntity(); a->setName("Clown1");
    72   a = new Environment(); a->setName("Clown");
     71  a = new TestEntity(); a->setName("Clown1");
     72  //a = new Environment(); a->setName("Clown");
    7373  b = new Environment(); b->setName("Jaeger");
    7474  b->setRelCoor(0.0, 0.0, -10.0);
Note: See TracChangeset for help on using the changeset viewer.