Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3987 in orxonox.OLD


Ignore:
Timestamp:
Apr 26, 2005, 12:41:07 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: test gun component1 now gets displayed correctly again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_gun.cc

    r3986 r3987  
    7979      //this->animation1->addKeyFrame(Vector(-3.0, 0.1, -2.5), Quaternion(), 0.5, ANIM_LINEAR);
    8080      //this->animation1->addKeyFrame(Vector(-2.6, 0.1, -2.5), Quaternion(), 0.1, ANIM_LINEAR);
    81 
     81     
     82      this->objectComponent1->setRelCoor(Vector(0,0,0.35));
    8283      this->animation1->addKeyFrame(Vector(0, 0, 0), Quaternion(), 0.1, ANIM_LINEAR, ANIM_CONSTANT);
    8384      this->animation1->addKeyFrame(Vector(-0.4, 0, 0), Quaternion(), 0.1, ANIM_LINEAR, ANIM_CONSTANT);
Note: See TracChangeset for help on using the changeset viewer.