|
Graphics.Rendering.OpenGL.GL.Evaluators | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
|
|
Description |
This module corresponds to section 5.1 (Evaluators) of the OpenGL 2.1 specs.
|
|
Synopsis |
|
type Order = GLint | | maxOrder :: GettableStateVar Order | | class Storable d => Domain d where | | | data MapDescriptor d = MapDescriptor (d, d) Stride Order NumComponents | | class ControlPoint c | | class Map1 m where | | | data GLmap1 c d | | map1 :: (Map1 m, ControlPoint c, Domain d) => StateVar (Maybe (m c d)) | | class Map2 m where | withNewMap2 :: (ControlPoint c, Domain d) => MapDescriptor d -> MapDescriptor d -> (Ptr d -> IO ()) -> IO (m c d) | withMap2 :: (ControlPoint c, Domain d) => m c d -> (MapDescriptor d -> MapDescriptor d -> Ptr d -> IO a) -> IO a | newMap2 :: (ControlPoint c, Domain d) => (d, d) -> (d, d) -> [[c d]] -> IO (m c d) | getMap2Components :: (ControlPoint c, Domain d) => m c d -> IO ((d, d), (d, d), [[c d]]) |
| | data GLmap2 c d | | map2 :: (Map2 m, ControlPoint c, Domain d) => StateVar (Maybe (m c d)) | | evalCoord1 :: Domain d => d -> IO () | | evalCoord1v :: Domain d => Ptr d -> IO () | | evalCoord2 :: Domain d => (d, d) -> IO () | | evalCoord2v :: Domain d => Ptr d -> IO () | | mapGrid1 :: Domain d => StateVar (GLint, (d, d)) | | mapGrid2 :: Domain d => StateVar ((GLint, (d, d)), (GLint, (d, d))) | | evalMesh1 :: PolygonMode -> (GLint, GLint) -> IO () | | evalMesh2 :: PolygonMode -> (GLint, GLint) -> (GLint, GLint) -> IO () | | evalPoint1 :: GLint -> IO () | | evalPoint2 :: (GLint, GLint) -> IO () | | autoNormal :: StateVar Capability |
|
|
|
Evaluator-related Types
|
|
|
|
|
|
|
| Methods | | | Instances | |
|
|
|
Constructors | | Instances | |
|
|
|
| Instances | |
|
|
Defining Evaluator Maps
|
|
One-dimensional Evaluator Maps
|
|
|
| Methods | | | Instances | |
|
|
|
Instances | |
|
|
|
|
Two-dimensional Evaluator Maps
|
|
|
| Methods | | | Instances | |
|
|
|
Instances | |
|
|
|
|
Using Evaluator Maps
|
|
Evaluating an Arbitrary Coordinate Value
|
|
|
|
|
|
|
|
|
|
Using Evenly Spaced Coordinate Values
|
|
Defining a Grid
|
|
|
|
|
|
Evaluating a Whole Mesh
|
|
|
|
|
|
Evaluating a Single Point on a Mesh
|
|
|
|
|
|
Normal Generation
|
|
|
|
Produced by Haddock version 0.8 |