HGamer3D-Ogre-Binding-0.1.8: Library to enable 3D game development for Haskell - Ogre Bindings

Safe HaskellSafe-Infered

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.