Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2005, 1:41:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: states are now flow'n through

File:
1 edited

Legend:

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

    r4746 r4906  
    99class PNode;
    1010
    11 #define DELTA_X_3D 0.05  //!< the percentag of the distance that doesnt have to be done by neg_exp (asymptotical) ~ maschinendelta
     11#define DELTA_X_3D 0.05  //!< the percentag of the distance that doesn't have to be done by neg_exp (asymptotical) ~ maschinendelta
    1212
    1313//! KeyFrame3D Struct
     
    3636  virtual void rewind();
    3737
    38   void addKeyFrame(Vector position, Quaternion direction, float time, ANIM_FUNCTION animFuncMov = ANIM_DEFAULT_FUNCTION, ANIM_FUNCTION animFuncRot = ANIM_NULL);
     38  void addKeyFrame(Vector position, Quaternion direction,
     39                   float time, ANIM_FUNCTION animFuncMov = ANIM_DEFAULT_FUNCTION,
     40                   ANIM_FUNCTION animFuncRot = ANIM_NULL);
    3941  //  void addKeyFrame(KeyFrame3D* frame);
    4042
Note: See TracChangeset for help on using the changeset viewer.