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 GLUtessellator
public void gluTessProperty(int which, double value)
gluTessProperty
in interface GLUtessellator
public void gluGetTessProperty(int which, double[] value, int value_offset)
gluGetTessProperty
in interface GLUtessellator
public void gluTessNormal(double x, double y, double z)
gluTessNormal
in interface GLUtessellator
public void gluTessCallback(int which, GLUtessellatorCallback aCallback)
gluTessCallback
in interface GLUtessellator
public void gluTessVertex(double[] coords, int coords_offset, java.lang.Object vertexData)
gluTessVertex
in interface GLUtessellator
public void gluTessBeginPolygon(java.lang.Object data)
gluTessBeginPolygon
in interface GLUtessellator
public void gluTessBeginContour()
gluTessBeginContour
in interface GLUtessellator
public void gluTessEndContour()
gluTessEndContour
in interface GLUtessellator
public void gluTessEndPolygon()
gluTessEndPolygon
in interface GLUtessellator
public void gluBeginPolygon()
gluBeginPolygon
in interface GLUtessellator
public void gluNextContour(int type)
gluNextContour
in interface GLUtessellator
public void gluEndPolygon()
gluEndPolygon
in interface GLUtessellator
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.