[ Previous | Next | Contents | Glossary | Home | Search ]
OpenGL 1.1 for AIX: Reference Manual

gluNewNurbsRenderer Subroutine

Purpose

Creates a non-uniform rational B-spline (NURBS) object.

Library

OpenGL C bindings library: libGL.a

C Syntax

GLUnurbsObj* gluNewNurbsRenderer(void)

Description

The gluNewNurbsRenderer subroutine creates and returns a pointer to a new NURBS object. This object must be referred to when calling NURBS rendering and control functions. A return value of zero means that there is not enough memory to allocate the object.

Return Values

0 Indicates an error caused by insufficient memory to allocate the object.

Files

/usr/include/GL/gl.h Contains C language constraints, variable type definitions, and ANSI function prototypes for OpenGL.

Related Information

The gluBeginCurve subroutine, gluBeginSurface subroutine, gluBeginTrim subroutine, gluDeleteNurbsRenderer subroutine, gluNurbsCallback subroutine, gluNurbsProperty subroutine.

OpenGL Overview.


[ Previous | Next | Contents | Glossary | Home | Search ]