Searched refs:theNurb (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dtrim.c51 GLUnurbsObj *theNurb; variable in typeref:typename:GLUnurbsObj *
103 theNurb = gluNewNurbsRenderer();
104 gluNurbsProperty(theNurb, GLU_SAMPLING_TOLERANCE, 25.0);
105 gluNurbsProperty(theNurb, GLU_DISPLAY_MODE, GLU_FILL);
106 gluNurbsCallback(theNurb, GLU_ERROR, nurbsError);
126 gluBeginSurface(theNurb);
127 gluNurbsSurface(theNurb, 8, knots, 8, knots,
130 gluBeginTrim (theNurb);
131 gluPwlCurve (theNurb, 5, &edgePt[0][0], 2, GLU_MAP1_TRIM_2);
132 gluEndTrim (theNurb);
[all...]
H A Dsurfpoints.c66 GLUnurbsObj *theNurb; variable in typeref:typename:GLUnurbsObj *
175 theNurb = gluNewNurbsRenderer();
176 gluNurbsProperty(theNurb, GLU_NURBS_MODE,
178 gluNurbsProperty(theNurb, GLU_SAMPLING_TOLERANCE, 25.0);
179 gluNurbsProperty(theNurb, GLU_DISPLAY_MODE, GLU_FILL);
180 gluNurbsCallback(theNurb, GLU_ERROR, nurbsError);
181 gluNurbsCallback(theNurb, GLU_NURBS_BEGIN, beginCallback);
182 gluNurbsCallback(theNurb, GLU_NURBS_VERTEX, vertexCallback);
183 gluNurbsCallback(theNurb, GLU_NURBS_NORMAL, normalCallback);
184 gluNurbsCallback(theNurb, GLU_NURBS_EN
[all...]
H A Dsurface.c50 GLUnurbsObj *theNurb; variable in typeref:typename:GLUnurbsObj *
94 theNurb = gluNewNurbsRenderer();
95 gluNurbsProperty(theNurb, GLU_SAMPLING_TOLERANCE, 25.0);
96 gluNurbsProperty(theNurb, GLU_DISPLAY_MODE, GLU_FILL);
114 gluBeginSurface(theNurb);
115 gluNurbsSurface(theNurb,
123 gluEndSurface(theNurb);
162 gluNurbsProperty(theNurb, GLU_DISPLAY_MODE, GLU_FILL);
165 gluNurbsProperty(theNurb, GLU_DISPLAY_MODE, GLU_OUTLINE_POLYGON);
H A Dnurbs.c87 GLUnurbsObj *theNurb; variable in typeref:typename:GLUnurbsObj *
119 theNurb = gluNewNurbsRenderer();
121 gluNurbsProperty(theNurb, GLU_SAMPLING_TOLERANCE, 25.0);
122 gluNurbsProperty(theNurb, GLU_DISPLAY_MODE, GLU_FILL);
135 gluBeginSurface(theNurb);
136 gluNurbsSurface(theNurb,
144 gluEndSurface(theNurb);

Completed in 3 milliseconds