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

Safe HaskellSafe-Infered

HGamer3D.Bindings.Ogre.EnumLightType

Documentation

data EnumLightType Source

Constructors

LT_POINT

Point light sources give off light equally in all directions, so require only position not direction.

LT_DIRECTIONAL

Directional lights simulate parallel light beams from a distant source, hence have direction but no position.

LT_SPOTLIGHT

Spotlights simulate a cone of light from a source so require position and direction, plus extra values for falloff.