Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 4, 2005, 9:59:00 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: simple change in animation player

File:
1 edited

Legend:

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

    r3573 r3717  
    1616
    1717
    18 typedef enum movementMode{LINEAR=0, EXP, NEG_EXP, SIN, COS};
     18typedef enum movementMode{LINEAR=0, EXP, NEG_EXP, SIN, COS, QUADRATIC};
    1919
    2020
     
    6363 private:
    6464  bool bPause;                     //<! is set, when there is a pause
    65   tList<KeyFrame>* frames;        //<! where keyframes are stored in
     65  tList<KeyFrame>* frames;         //<! where keyframes are stored in
     66  KeyFrame* currentFrame;          //<! the frame that is been played now
     67  movementMode mode;               //<! this is an enum of the mode, how the speed is distributed
    6668  float localTime;
    6769  PNode* parent;
Note: See TracChangeset for help on using the changeset viewer.