Enumerations

Animation/Skeletal Animation

Brief descriptions

Enumerations

nau::animation::AnimationBlendMethod

Enumerates methods to blend between multiple animations.

Detailed information

animation::AnimationBlendMethod

engine/core/modules/animation/include/nau/animation/playback/animation.h

enum class nau::animation::AnimationBlendMethod

Enumerates methods to blend between multiple animations.

Values:

enumerator Mix

Resulted value is a linear interpolation between blended values.

enumerator Additive

Resulted value is a weighted sum of blended values.