public class GLUtessellatorImpl extends java.lang.Object implements GLUtessellator
Modifier and Type | Field and Description |
---|---|
static int |
TESS_MAX_CACHE |
Modifier and Type | Method and Description |
---|---|
void |
gluBeginPolygon() |
void |
gluDeleteTess() |
void |
gluEndPolygon() |
void |
gluGetTessProperty(int which,
double[] value,
int value_offset) |
static GLUtessellator |
gluNewTess() |
void |
gluNextContour(int type) |
void |
gluTessBeginContour() |
void |
gluTessBeginPolygon(java.lang.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,
java.lang.Object vertexData) |
public static final int TESS_MAX_CACHE
public static GLUtessellator gluNewTess()
public void gluDeleteTess()
public void gluTessProperty(int which, double value)
public void gluGetTessProperty(int which, double[] value, int value_offset)
public void gluTessNormal(double x, double y, double z)
public void gluTessCallback(int which, GLUtessellatorCallback aCallback)
public void gluTessVertex(double[] coords, int coords_offset, java.lang.Object vertexData)
public void gluTessBeginPolygon(java.lang.Object data)
public void gluTessBeginContour()
public void gluTessEndContour()
public void gluTessEndPolygon()
public void gluBeginPolygon()
public void gluNextContour(int type)
public void gluEndPolygon()