OpenGL-2.2.1.1: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GLU.Quadrics
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Description
This module corresponds to chapter 6 (Quadrics) of the GLU specs.
Documentation
type QuadricNormal = Maybe ShadingModelSource
data QuadricTexture Source
Constructors
NoTextureCoordinates
GenerateTextureCoordinates
show/hide Instances
data QuadricOrientation Source
Constructors
Outside
Inside
show/hide Instances
data QuadricDrawStyle Source
Constructors
PointStyle
LineStyle
FillStyle
SilhouetteStyle
show/hide Instances
data QuadricStyle Source
Constructors
QuadricStyle QuadricNormal QuadricTexture QuadricOrientation QuadricDrawStyle
show/hide Instances
type Radius = GLdoubleSource
type Height = GLdoubleSource
type Angle = GLdoubleSource
type Slices = GLintSource
type Stacks = GLintSource
type Loops = GLintSource
data QuadricPrimitive Source
Constructors
Sphere Radius Slices Stacks
Cylinder Radius Radius Height Slices Stacks
Disk Radius Radius Slices Loops
PartialDisk Radius Radius Slices Loops Angle Angle
show/hide Instances
renderQuadric :: QuadricStyle -> QuadricPrimitive -> IO ()Source
Produced by Haddock version 0.9