HGamer3D-Ogre-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - Ogre Bindings

Safe HaskellNone

HGamer3D.Bindings.Ogre.EnumSkeletonAnimationBlendMode

Documentation

data EnumSkeletonAnimationBlendMode Source

Constructors

ANIMBLEND_AVERAGE

Animations are applied by calculating a weighted average of all animations.

ANIMBLEND_CUMULATIVE

Animations are applied by calculating a weighted cumulative total.