Copyright | (c) Sven Panne 2002-2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.GLU.Quadrics
Description
This module corresponds to chapter 6 (Quadrics) of the GLU specs.
Documentation
type QuadricNormal = Maybe ShadingModel Source #
data QuadricOrientation Source #
Instances
data QuadricStyle Source #
Instances
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 |
Instances
renderQuadric :: QuadricStyle -> QuadricPrimitive -> IO () Source #