Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3752 in orxonox.OLD for orxonox/trunk/src/simple_animation.h


Ignore:
Timestamp:
Apr 7, 2005, 10:13:42 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: weapon now works perfectly: it shoots and moves to it. now i will have to change the projectile model itself….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/simple_animation.h

    r3750 r3752  
    6767 public:
    6868  static SimpleAnimation* getInstance();
     69  virtual ~SimpleAnimation();
    6970
    7071  void animatorBegin();
     
    7475  void addKeyFrame(Vector* point, Quaternion* direction, float time, movementMode mode);
    7576  void addKeyFrame(KeyFrame* frame);
     77  void setAnimationMode(animationMode mode);
    7678  void reset();
    7779
     
    8789 private:
    8890  SimpleAnimation();
    89   virtual ~SimpleAnimation();
    9091
    9192  static SimpleAnimation* singletonRef;
Note: See TracChangeset for help on using the changeset viewer.