GLUtessellatorImpl
public interface GLUtessellator
Modifier and Type | Method | Description |
---|---|---|
void |
gluBeginPolygon() |
|
void |
gluDeleteTess() |
|
void |
gluEndPolygon() |
|
void |
gluGetTessProperty(int which,
double[] value,
int value_offset) |
|
void |
gluNextContour(int type) |
|
void |
gluTessBeginContour() |
|
void |
gluTessBeginPolygon(Object data) |
|
void |
gluTessCallback(int which,
GLUtessellatorCallback aCallback) |
|
void |
gluTessEndContour() |
|
void |
gluTessEndPolygon() |
|
void |
gluTessNormal(double x,
double y,
double z) |
|
void |
gluTessProperty(int which,
double value) |
|
void |
gluTessVertex(double[] coords,
int coords_offset,
Object vertexData) |
void gluDeleteTess()
void gluTessProperty(int which, double value)
void gluGetTessProperty(int which, double[] value, int value_offset)
void gluTessNormal(double x, double y, double z)
void gluTessCallback(int which, GLUtessellatorCallback aCallback)
void gluTessVertex(double[] coords, int coords_offset, Object vertexData)
void gluTessBeginPolygon(Object data)
void gluTessBeginContour()
void gluTessEndContour()
void gluTessEndPolygon()
void gluBeginPolygon()
void gluNextContour(int type)
void gluEndPolygon()
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.