Signature
Parameters
Variables | Description |
---|---|
target |
Specifies the kind of values that are generated by the evaluator.
Symbolic constants
GL_MAP1_VERTEX_3
,
GL_MAP1_VERTEX_4
,
GL_MAP1_INDEX
,
GL_MAP1_COLOR_4
,
GL_MAP1_NORMAL
,
GL_MAP1_TEXTURE_COORD_1
,
GL_MAP1_TEXTURE_COORD_2
,
GL_MAP1_TEXTURE_COORD_3
, and
GL_MAP1_TEXTURE_COORD_4
are accepted.
|
u1, u2 |
Specify a linear mapping of
,
as presented to
glEvalCoord1
,
to
,
the variable that is evaluated by the equations specified by this command.
|
stride |
Specifies the number of floats or doubles between
the beginning of one control point and the beginning of the next one
in the data structure referenced in
points
.
This allows control points to be embedded in arbitrary data structures.
The only constraint is that the values for a particular control point
must occupy contiguous memory locations.
|
order |
Specifies the number of control points.
Must be positive.
|
points |
Specifies a pointer to the array of control points.
|