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

Safe HaskellSafe-Infered

HGamer3D.Bindings.Ogre.EnumNodeTransformSpace

Documentation

data EnumNodeTransformSpace Source

Constructors

TS_LOCAL

Transform is relative to the local space.

TS_PARENT

Transform is relative to the space of the parent node.

TS_WORLD

Transform is relative to world space.