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

Safe HaskellNone

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.