|
Graphics.Rendering.OpenGL.GLU.Tessellation | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
|
|
Description |
This module corresponds to chapter 5 (Polygon Tessellation) of the GLU specs.
|
|
Synopsis |
|
|
|
|
Polygon description
|
|
|
The basic building block in tessellation is a 3D vertex with an associated
property, e.g. color, texture coordinates, etc.
| Constructors | | Instances | |
|
|
newtype ComplexContour v | Source |
|
A complex contour, which can be self-intersecting and/or concave.
| Constructors | | Instances | |
|
|
newtype ComplexPolygon v | Source |
|
A complex (possibly concave) polygon, represented by one or more complex
and possibly intersecting contours.
| Constructors | | Instances | |
|
|
Combining vertices
|
|
data WeightedProperties v | Source |
|
Four vertex properties (cf. AnnotatedVertex) with associated weigths
summing up to 1.0.
| Constructors | | Instances | |
|
|
|
A function combining given vertex properties into a property for a newly
generated vertex
|
|
Tessellation parameters
|
|
|
Constructors | TessWindingOdd | | TessWindingNonzero | | TessWindingPositive | | TessWindingNegative | | TessWindingAbsGeqTwo | |
| Instances | |
|
|
|
The relative tolerance under which two vertices can be combined (see
Combiner). Multiplication with the largest coordinate magnitude of all
polygon vertices yields the maximum distance between two mergeable vertices.
Note that merging is optional and the tolerance is only a hint.
|
|
Tessellator type
|
|
|
A general tessellator type.
Before tessellation of a complex polygon, all its vertices are projected into
a plane perpendicular to the given normal. If the given normal is
Normal3 0 0 0, a fitting plane of all vertices is used.
|
|
Contour extraction
|
|
|
A simple, non-self-intersecting contour
| Constructors | | Instances | |
|
|
newtype PolygonContours v | Source |
|
The contours of a complex polygon, represented by one or more
non-intersecting simple contours
| Constructors | | Instances | |
|
|
|
|
Triangulation
|
|
|
A triangle vertex with additional information about the edge it begins
|
|
|
A triangle, represented by three triangle vertices
| Constructors | | Instances | |
|
|
|
A triangulation of a complex polygon
| Constructors | | Instances | |
|
|
|
|
Tessellation into primitives
|
|
|
Constructors | | Instances | |
|
|
|
Constructors | | Instances | |
|
|
|
|
Produced by Haddock version 0.8 |