Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3978 in orxonox.OLD for orxonox/trunk/src/util/animation/animation.h


Ignore:
Timestamp:
Apr 26, 2005, 2:13:40 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: a Hack that enables setup of animation without giving both animation3D-addkeyframe-function attributes

File:
1 edited

Legend:

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

    r3876 r3978  
    2525   ANIM_NEG_EXP: fast, slow
    2626   ANIM_RANDOM: eratic
    27    
     27
     28   ANIM_NULL: !!DO NOT USE THIS!! only for internal handling
     29
    2830   deprecated QUADRATIC
    2931*/
     
    3537                            ANIM_NEG_EXP,
    3638                            ANIM_QUADRATIC,
    37                             ANIM_RANDOM};
     39                            ANIM_RANDOM,
     40                            ANIM_NULL};
    3841
    3942//! An enumerator describing what the animation should do after the last keyframe.
Note: See TracChangeset for help on using the changeset viewer.