Package org.lwjgl.util.glu.tessellation
Class GLUtessellatorImpl
java.lang.Object
org.lwjgl.util.glu.tessellation.GLUtessellatorImpl
- All Implemented Interfaces:
GLUtessellator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
gluGetTessProperty
(int which, double[] value, int value_offset) static GLUtessellator
void
gluNextContour
(int type) void
void
gluTessBeginPolygon
(Object data) void
gluTessCallback
(int which, GLUtessellatorCallback aCallback) void
void
void
gluTessNormal
(double x, double y, double z) void
gluTessProperty
(int which, double value) void
gluTessVertex
(double[] coords, int coords_offset, Object vertexData)
-
Field Details
-
TESS_MAX_CACHE
public static final int TESS_MAX_CACHE- See Also:
-
-
Constructor Details
-
GLUtessellatorImpl
public GLUtessellatorImpl()
-
-
Method Details
-
gluNewTess
-
gluDeleteTess
public void gluDeleteTess()- Specified by:
gluDeleteTess
in interfaceGLUtessellator
-
gluTessProperty
public void gluTessProperty(int which, double value) - Specified by:
gluTessProperty
in interfaceGLUtessellator
-
gluGetTessProperty
public void gluGetTessProperty(int which, double[] value, int value_offset) - Specified by:
gluGetTessProperty
in interfaceGLUtessellator
-
gluTessNormal
public void gluTessNormal(double x, double y, double z) - Specified by:
gluTessNormal
in interfaceGLUtessellator
-
gluTessCallback
- Specified by:
gluTessCallback
in interfaceGLUtessellator
-
gluTessVertex
- Specified by:
gluTessVertex
in interfaceGLUtessellator
-
gluTessBeginPolygon
- Specified by:
gluTessBeginPolygon
in interfaceGLUtessellator
-
gluTessBeginContour
public void gluTessBeginContour()- Specified by:
gluTessBeginContour
in interfaceGLUtessellator
-
gluTessEndContour
public void gluTessEndContour()- Specified by:
gluTessEndContour
in interfaceGLUtessellator
-
gluTessEndPolygon
public void gluTessEndPolygon()- Specified by:
gluTessEndPolygon
in interfaceGLUtessellator
-
gluBeginPolygon
public void gluBeginPolygon()- Specified by:
gluBeginPolygon
in interfaceGLUtessellator
-
gluNextContour
public void gluNextContour(int type) - Specified by:
gluNextContour
in interfaceGLUtessellator
-
gluEndPolygon
public void gluEndPolygon()- Specified by:
gluEndPolygon
in interfaceGLUtessellator
-