Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glugetnurbsproperty(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



gluGetNurbsProperty(3G)        OpenGL Reference        gluGetNurbsProperty(3G)



NAME
     gluGetNurbsProperty - get a NURBS property


C SPECIFICATION
     void gluGetNurbsProperty( GLUnurbs* nurb,
                               GLenum property,
                               GLfloat* data )


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

     property  Specifies the property whose value is to be fetched. Valid
               values are GLUCULLING, GLUSAMPLINGTOLERANCE,
               GLUDISPLAYMODE, GLUAUTOLOADMATRIX,
               GLUPARAMETRICTOLERANCE, GLUSAMPLINGMETHOD, GLUUSTEP, and
               GLUVSTEP.

     data      Specifies a pointer to the location into which the value of the
               named property is written.

DESCRIPTION
     gluGetNurbsProperty retrieves properties stored in a NURBS object. These
     properties affect the way that NURBS curves and surfaces are rendered.
     See the gluNurbsProperty reference page for information about what the
     properties are and what they do.

SEE ALSO
     gluNewNurbsRenderer, gluNurbsProperty

























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026