Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 5, 2005, 12:00:35 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: implementing simpleanimation

File:
1 edited

Legend:

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

    r3717 r3719  
    3232  void set(Vector* point, Quaternion* orientation, float time, movementMode mode);
    3333 
    34  private:
    3534  float time;
    3635  movementMode mode;
     
    6261
    6362 private:
    64   bool bPause;                     //<! is set, when there is a pause
     63  bool bRunning;                   //<! is set, when the animation is running
    6564  tList<KeyFrame>* frames;         //<! where keyframes are stored in
    6665  KeyFrame* currentFrame;          //<! the frame that is been played now
     66  KeyFrame* lastFrame;
    6767  movementMode mode;               //<! this is an enum of the mode, how the speed is distributed
    6868  float localTime;
Note: See TracChangeset for help on using the changeset viewer.