OpenGL-2.2.1.1: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GL.Fog
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Description
This module corresponds to section 3.10 (Fog) of the OpenGL 2.1 specs.
Documentation
fog :: StateVar CapabilitySource
data FogMode Source
Constructors
Linear GLfloat GLfloat
Exp GLfloat
Exp2 GLfloat
show/hide Instances
fogMode :: StateVar FogModeSource
fogColor :: StateVar (Color4 GLfloat)Source
fogIndex :: StateVar (Index1 GLint)Source
data FogCoordSrc Source
Constructors
FogCoord
FragmentDepth
show/hide Instances
fogCoordSrc :: StateVar FogCoordSrcSource
data FogDistanceMode Source
Constructors
EyeRadial
EyePlaneSigned
EyePlaneAbsolute
show/hide Instances
fogDistanceMode :: StateVar FogDistanceModeSource
Produced by Haddock version 0.8