Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 6, 2005, 11:24:17 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: SimpleAnimation - the NEG_EXP function works also now.

File:
1 edited

Legend:

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

    r3729 r3733  
    6767
    6868  static SimpleAnimation* singletonRef;
     69  bool bDescriptive;               //<! is true, when AnimatorBegin() was executed but no AnimatorEnd() yet: in describtive mode: pass commands
    6970  bool bRunning;                   //<! is set, when the animation is running
    7071  tList<KeyFrame>* frames;         //<! where keyframes are stored in
     
    7879  Vector* tmpVect;                 //<! this is the temporary vector save place -
    7980  WorldEntity* workingObject;      //<! this is a pointer to the current working object that has been selected via selectObject()
    80   bool bDescriptive;               //<! is true, when AnimatorBegin() was executed but no AnimatorEnd() yet: in describtive mode: pass commands
     81  float deltaT;                    //<! this is a time constant for the movement
     82
    8183};
    8284
Note: See TracChangeset for help on using the changeset viewer.