[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]
OpenGL 1.2 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

GLUnurbs* 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.

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.


[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]