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

Safe HaskellNone

HGamer3D.Bindings.Ogre.EnumAnimationInterpolationMode

Documentation

data EnumAnimationInterpolationMode Source

Constructors

IM_LINEAR

Values are interpolated along straight lines.

IM_SPLINE

Values are interpolated along a spline, resulting in smoother changes in direction.