Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2005, 3:16:28 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: animatin3d changed linear mov mode to shiftCoor implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/animation/animation3d.h

    r3979 r3981  
    1818  float duration;                   //!< The duration of this KeyFrame
    1919  Vector position;                  //!< The position of this KeyFrame
     20  Vector lastPosition;
    2021  Quaternion direction;             //!< The direction of this KeyFrame
    2122  ANIM_FUNCTION animFuncMov;        //!< with whitch function to iterate movement to the next KeyFrame3D
Note: See TracChangeset for help on using the changeset viewer.