gluBeginCurve

delimit a NURBS curve definition

Signature

gluBeginCurve( GLUnurbs* ( nurb ) )-> void
gluBeginCurve( nurb )
gluBeginCurve( POINTER(GLUnurbs)(nurb) ) -> None
gluEndCurve( GLUnurbs* ( nurb ) )-> void
gluEndCurve( nurb )
gluEndCurve( POINTER(GLUnurbs)(nurb) ) -> None

Parameters

VariablesDescription
nurb
Specifies the NURBS object (created with gluNewNurbsRenderer ).

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.