Are there any predefined nurbs objects in opengl?

such as nurbs sphere or other primitives, perhaps defined in glut or glu libraries?

Thank you,
Luke

You mean like gluNurbsCurve and gluNurbsSurface? You could also take a look at the glMap/glEval functions. I believe the gluNurbs functions basically use those underneath.

[This message has been edited by Deiussum (edited 11-24-2003).]

No, I mean more like ‘gluNURBSSphere’, something similar to glutteapot but in nurbs. Without the need to specify the control points, I need some for testing :slight_smile:

Thank you,
Luke

no

ok, thank you.