public class GLUtessellatorImpl extends java.lang.Object implements GLUtessellator
| Modifier and Type | Field and Description |
|---|---|
static int |
TESS_MAX_CACHE |
| Constructor and Description |
|---|
GLUtessellatorImpl() |
| 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()
gluDeleteTess in interface GLUtessellatorpublic void gluTessProperty(int which,
double value)
gluTessProperty in interface GLUtessellatorpublic void gluGetTessProperty(int which,
double[] value,
int value_offset)
gluGetTessProperty in interface GLUtessellatorpublic void gluTessNormal(double x,
double y,
double z)
gluTessNormal in interface GLUtessellatorpublic void gluTessCallback(int which,
GLUtessellatorCallback aCallback)
gluTessCallback in interface GLUtessellatorpublic void gluTessVertex(double[] coords,
int coords_offset,
java.lang.Object vertexData)
gluTessVertex in interface GLUtessellatorpublic void gluTessBeginPolygon(java.lang.Object data)
gluTessBeginPolygon in interface GLUtessellatorpublic void gluTessBeginContour()
gluTessBeginContour in interface GLUtessellatorpublic void gluTessEndContour()
gluTessEndContour in interface GLUtessellatorpublic void gluTessEndPolygon()
gluTessEndPolygon in interface GLUtessellatorpublic void gluBeginPolygon()
gluBeginPolygon in interface GLUtessellatorpublic void gluNextContour(int type)
gluNextContour in interface GLUtessellatorpublic void gluEndPolygon()
gluEndPolygon in interface GLUtessellatorCopyright © 2002-2009 lwjgl.org. All Rights Reserved.