|
Graphics.Rendering.OpenGL.GLU.Quadrics | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to chapter 6 (Quadrics) of the GLU specs.
|
|
|
Documentation |
|
type QuadricNormal = Maybe ShadingModel |
|
data QuadricTexture |
Constructors | NoTextureCoordinates | | GenerateTextureCoordinates | |
| Instances | |
|
|
data QuadricOrientation |
Constructors | | Instances | |
|
|
data QuadricDrawStyle |
Constructors | PointStyle | | LineStyle | | FillStyle | | SilhouetteStyle | |
| Instances | |
|
|
data QuadricStyle |
Constructors | | Instances | |
|
|
type Radius = GLdouble |
|
type Height = GLdouble |
|
type Angle = GLdouble |
|
type Slices = GLint |
|
type Stacks = GLint |
|
type Loops = GLint |
|
data QuadricPrimitive |
Constructors | | Instances | |
|
|
renderQuadric :: QuadricStyle -> QuadricPrimitive -> IO () |
|
Produced by Haddock version 0.8 |