Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5459 in orxonox.OLD


Ignore:
Timestamp:
Oct 30, 2005, 10:21:34 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: EmissionPoint positioned

File:
1 edited

Legend:

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

    r5458 r5459  
    6969  if( this->leftRight == W_LEFT)
    7070  {
    71     this->setEmissionPoint(1.0, 0.0, -0.35);
     71    this->setEmissionPoint(1.0, -0.6, -0.2);
    7272
    7373    animation1->addKeyFrame(Vector(0, 0, 0), Quaternion(), 0.1, ANIM_LINEAR, ANIM_NULL);
     
    8383  else if( this->leftRight == W_RIGHT)
    8484  {
    85     this->setEmissionPoint(1.0, 0.0, 0.5);
     85    this->setEmissionPoint(1.0, -0.6, 0.3);
    8686
    8787    this->objectComponent1->setRelCoor(Vector(0,0,0.35));
Note: See TracChangeset for help on using the changeset viewer.