Method | Description | |
---|---|---|
gluBeginCurve ( |
||
gluBeginPolygon ( |
||
gluBeginSurface ( |
||
gluBeginTrim ( |
||
gluCylinder ( |
||
gluDeleteNurbsRenderer ( |
||
gluDeleteQuadric ( |
||
gluDeleteTess ( |
||
gluDisk ( |
||
gluEndCurve ( |
||
gluEndPolygon ( |
||
gluEndSurface ( |
||
gluEndTrim ( |
||
gluGetNurbsProperty ( |
||
gluGetTessProperty ( |
||
gluLoadSamplingMatrices ( |
||
gluNextContour ( |
||
gluNurbsCallback ( |
||
gluNurbsCurve ( |
||
gluNurbsProperty ( |
||
gluNurbsSurface ( |
||
gluPartialDisk ( |
||
gluPwlCurve ( |
||
gluQuadricCallback ( |
||
gluQuadricDrawStyle ( |
||
gluQuadricNormals ( |
||
gluQuadricOrientation ( |
||
gluQuadricTexture ( |
||
gluSphere ( |
||
gluTessBeginContour ( |
||
gluTessBeginPolygon ( |
||
gluTessCallback ( |
||
gluTessEndContour ( |
||
gluTessEndPolygon ( |
||
gluTessNormal ( |
||
gluTessProperty ( |
||
gluTessVertex ( |
Method | Description | |
---|---|---|
gluBeginCurve ( void nobj ) : void | ||
gluBeginPolygon ( void tess ) : void | ||
gluBeginSurface ( void nobj ) : void | ||
gluBeginTrim ( void nobj ) : void | ||
gluBuild1DMipmaps ( uint target, int components, int width, uint format, uint type, void data ) : int | ||
gluBuild2DMipmaps ( uint target, int components, int width, int height, uint format, uint type, void data ) : int | ||
gluCylinder ( void qobj, double baseRadius, double topRadius, double height, int slices, int stacks ) : void | ||
gluDeleteNurbsRenderer ( void nobj ) : void | ||
gluDeleteQuadric ( void state ) : void | ||
gluDeleteTess ( void tess ) : void | ||
gluDisk ( void qobj, double innerRadius, double outerRadius, int slices, int loops ) : void | ||
gluEndCurve ( void nobj ) : void | ||
gluEndPolygon ( void tess ) : void | ||
gluEndSurface ( void nobj ) : void | ||
gluEndTrim ( void nobj ) : void | ||
gluErrorString ( uint errCode ) : byte* | ||
gluGetNurbsProperty ( void nobj, uint property, float valuex ) : void | ||
gluGetString ( uint name ) : byte* | ||
gluGetTessProperty ( void tess, uint which, double valuex ) : void | ||
gluLoadSamplingMatrices ( void nobj, float modelMatrix, float projMatrix, int viewport ) : void | ||
gluLookAt ( double eyex, double eyey, double eyez, double centerx, double centery, double centerz, double upx, double upy, double upz ) : void | ||
gluNewNurbsRenderer ( ) : void* | ||
gluNewQuadric ( ) : void* | ||
gluNewTess ( ) : void* | ||
gluNextContour ( void tess, uint type ) : void | ||
gluNurbsCallback ( void nobj, uint which, |
||
gluNurbsCurve ( void nobj, int nknots, float knot, int stride, float ctlarray, int order, uint type ) : void | ||
gluNurbsProperty ( void nobj, uint property, float valuex ) : void | ||
gluNurbsSurface ( void nobj, int sknot_count, float sknot, int tknot_count, float tknot, int s_stride, int t_stride, float ctlarray, int sorder, int torder, uint type ) : void | ||
gluOrtho2D ( double left, double right, double bottom, double top ) : void | ||
gluPartialDisk ( void qobj, double innerRadius, double outerRadius, int slices, int loops, double startAngle, double sweepAngle ) : void | ||
gluPerspective ( double fovy, double aspect, double zNear, double zFar ) : void | ||
gluPickMatrix ( double x, double y, double width, double height, int viewport ) : void | ||
gluProject ( double objx, double objy, double objz, double modelMatrix, double projMatrix, int viewport, double winx, double winy, double winz ) : int | ||
gluPwlCurve ( void nobj, int count, float array, int stride, uint type ) : void | ||
gluQuadricCallback ( void qobj, uint which, |
||
gluQuadricDrawStyle ( void quadObject, uint drawStyle ) : void | ||
gluQuadricNormals ( void quadObject, uint normals ) : void | ||
gluQuadricOrientation ( void quadObject, uint orientation ) : void | ||
gluQuadricTexture ( void quadObject, byte textureCoords ) : void | ||
gluScaleImage ( uint format, int widthin, int heightin, uint typein, void datain, int widthout, int heightout, uint typeout, void dataout ) : int | ||
gluSphere ( void qobj, double radius, int slices, int stacks ) : void | ||
gluTessBeginContour ( void tess ) : void | ||
gluTessBeginPolygon ( void tess, void polygon_data ) : void | ||
gluTessCallback ( void tess, uint which, |
||
gluTessEndContour ( void tess ) : void | ||
gluTessEndPolygon ( void tess ) : void | ||
gluTessNormal ( void tess, double x, double y, double z ) : void | ||
gluTessProperty ( void tess, uint which, double valuex ) : void | ||
gluTessVertex ( void tess, double coords, void data ) : void | ||
gluUnProject ( double winx, double winy, double winz, double modelMatrix, double projMatrix, int viewport, double objx, double objy, double objz ) : int |
public static gluBeginCurve ( |
||
nobj | ||
return | void |
public static gluBeginPolygon ( |
||
tess | ||
return | void |
public static gluBeginSurface ( |
||
nobj | ||
return | void |
public static gluBeginTrim ( |
||
nobj | ||
return | void |
public static gluCylinder ( |
||
qobj | ||
baseRadius | double | |
topRadius | double | |
height | double | |
slices | int | |
stacks | int | |
return | void |
public static gluDeleteNurbsRenderer ( |
||
nobj | ||
return | void |
public static gluDeleteQuadric ( |
||
state | ||
return | void |
public static gluDeleteTess ( |
||
tess | ||
return | void |
public static gluDisk ( |
||
qobj | ||
innerRadius | double | |
outerRadius | double | |
slices | int | |
loops | int | |
return | void |
public static gluEndCurve ( |
||
nobj | ||
return | void |
public static gluEndPolygon ( |
||
tess | ||
return | void |
public static gluEndSurface ( |
||
nobj | ||
return | void |
public static gluEndTrim ( |
||
nobj | ||
return | void |
public static gluGetNurbsProperty ( |
||
nobj | ||
property | uint | |
valuex | float | |
return | void |
public static gluGetTessProperty ( |
||
tess | ||
which | uint | |
valuex | double | |
return | void |
public static gluLoadSamplingMatrices ( |
||
nobj | ||
modelMatrix | float | |
projMatrix | float | |
viewport | int | |
return | void |
public static gluNextContour ( |
||
tess | ||
type | uint | |
return | void |
public static gluNurbsCallback ( |
||
nobj | ||
which | uint | |
fn | ||
return | void |
public static gluNurbsCurve ( |
||
nobj | ||
nknots | int | |
knot | float | |
stride | int | |
ctlarray | float | |
order | int | |
type | uint | |
return | void |
public static gluNurbsProperty ( |
||
nobj | ||
property | uint | |
valuex | float | |
return | void |
public static gluNurbsSurface ( |
||
nobj | ||
sknot_count | int | |
sknot | float | |
tknot_count | int | |
tknot | float | |
s_stride | int | |
t_stride | int | |
ctlarray | float | |
sorder | int | |
torder | int | |
type | uint | |
return | void |
public static gluPartialDisk ( |
||
qobj | ||
innerRadius | double | |
outerRadius | double | |
slices | int | |
loops | int | |
startAngle | double | |
sweepAngle | double | |
return | void |
public static gluPwlCurve ( |
||
nobj | ||
count | int | |
array | float | |
stride | int | |
type | uint | |
return | void |
public static gluQuadricCallback ( |
||
qobj | ||
which | uint | |
fn | ||
return | void |
public static gluQuadricDrawStyle ( |
||
quadObject | ||
drawStyle | uint | |
return | void |
public static gluQuadricNormals ( |
||
quadObject | ||
normals | uint | |
return | void |
public static gluQuadricOrientation ( |
||
quadObject | ||
orientation | uint | |
return | void |
public static gluQuadricTexture ( |
||
quadObject | ||
textureCoords | byte | |
return | void |
public static gluSphere ( |
||
qobj | ||
radius | double | |
slices | int | |
stacks | int | |
return | void |
public static gluTessBeginContour ( |
||
tess | ||
return | void |
public static gluTessBeginPolygon ( |
||
tess | ||
polygon_data | ||
return | void |
public static gluTessCallback ( |
||
tess | ||
which | uint | |
fn | ||
return | void |
public static gluTessEndContour ( |
||
tess | ||
return | void |
public static gluTessEndPolygon ( |
||
tess | ||
return | void |
public static gluTessNormal ( |
||
tess | ||
x | double | |
y | double | |
z | double | |
return | void |
public static gluTessProperty ( |
||
tess | ||
which | uint | |
valuex | double | |
return | void |
public static gluTessVertex ( |
||
tess | ||
coords | double | |
data | ||
return | void |