gluNurbsSurface ( nurb sKnotCount sKnots tKnotCount tKnots sStride tStride control sOrder tOrder type -- )


Vocabulary
opengl.glu

Inputs
nurban object
sKnotCountan object
sKnotsan object
tKnotCountan object
tKnotsan object
sStridean object
tStridean object
controlan object
sOrderan object
tOrderan object
typean object


Outputs
None

Definition


LIBRARY: glu FUNCTION: void gluNurbsSurface
( GLUnurbs* nurb, GLint sKnotCount, GLfloat* sKnots, GLint
tKnotCount, GLfloat* tKnots, GLint sStride, GLint tStride,
GLfloat* control, GLint sOrder, GLint tOrder, GLenum type )