Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3847 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.cc


Ignore:
Timestamp:
Apr 17, 2005, 2:01:28 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: naming of animation changed
Anim → Animation
tAnim → tAnimation
Animation → Animation3D

@paede: i hope you like it.

File:
1 edited

Legend:

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

    r3757 r3847  
    5252    this->projOffset = new Vector(1.0, 0.0, 0.5);
    5353
     54
    5455  this->animator = SimpleAnimation::getInstance();
    55   this->dummy1 = new WorldEntity(); /* a world entity that is not drawed: use this for the weapon */
     56  this->dummy1 = new WorldEntity(); // a world entity that is not drawed: use this for the weapon
     57  /*
    5658  parent->addChild(this->dummy1, PNODE_ALL);
    5759
     
    7375    }
    7476  this->animator->animatorEnd();
    75  
     77  */
    7678}
    7779
     
    131133  this->localTime = 0;
    132134 
    133   this->animator->animatorBegin();
    134   this->animator->selectObject(this->dummy1);
    135   this->animator->start();
    136   this->animator->animatorEnd();
     135  /*
     136    this->animator->animatorBegin();
     137    this->animator->selectObject(this->dummy1);
     138    this->animator->start();
     139    this->animator->animatorEnd();
     140  */
    137141}
    138142
Note: See TracChangeset for help on using the changeset viewer.