Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5085 in orxonox.OLD for trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Aug 20, 2005, 3:37:12 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: bugfixing the md2 animation class. there seems to be a problem with the animation itself which prevents the model from being drawn correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.cc

    r5084 r5085  
    415415
    416416  TestEntity* testEntity2 = new TestEntity();
    417   testEntity2->setAnim(RUN);
    418   testEntity2->setRelCoor(Vector(2400, 25, 260));
     417  testEntity2->setAnim(STAND);
     418  testEntity2->setRelCoor(Vector(5.0, 0.0, 5.0));
    419419  testEntity2->setRelDir(Quaternion(M_PI, Vector(0, 1, 0)));
     420  testEntity2->setParent(this->localPlayer);
    420421  this->spawn(testEntity2);
    421422
Note: See TracChangeset for help on using the changeset viewer.