ContentsIndex
Graphics.Plot.RenderState
Description
Types and Callbacks used to control the render state. Things like wireframe mode / color / alpha blending.
Documentation
data RenderState
Constructors
RenderState
stateRenderColor :: Bool
stateRenderWireframe :: Bool
stateRenderBlendAlpha :: Bool
stateRenderLineSmooth :: Bool
stateImages :: (Map String Image)Cache of loaded images.
stateTextures :: (Map String Texture)Cache of loaded textures. If there is an entry here then there will also be a corresponding entry in stateImages.
Produced by Haddock version 0.7