Package org.lwjglx.util.glu.tessellation
Class GLUtessellatorImpl
java.lang.Object
org.lwjglx.util.glu.tessellation.GLUtessellatorImpl
- All Implemented Interfaces:
GLUtessellator
public class GLUtessellatorImpl extends java.lang.Object implements GLUtessellator
-
Field Summary
Fields Modifier and Type Field Description static int
TESS_MAX_CACHE
-
Constructor Summary
Constructors Constructor Description GLUtessellatorImpl()
-
Method Summary
Modifier and Type Method Description void
gluBeginPolygon()
void
gluDeleteTess()
void
gluEndPolygon()
void
gluGetTessProperty(int int1, double[] doubleArray, int int2)
static GLUtessellator
gluNewTess()
void
gluNextContour(int int1)
void
gluTessBeginContour()
void
gluTessBeginPolygon(java.lang.Object object)
void
gluTessCallback(int int1, GLUtessellatorCallback gLUtessellatorCallback)
void
gluTessEndContour()
void
gluTessEndPolygon()
void
gluTessNormal(double double1, double double2, double double3)
void
gluTessProperty(int int1, double double1)
void
gluTessVertex(double[] doubleArray, int int1, java.lang.Object object)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TESS_MAX_CACHE
public static final int TESS_MAX_CACHE- See Also:
- Constant Field Values
-
-
Constructor Details
-
GLUtessellatorImpl
public GLUtessellatorImpl()
-
-
Method Details
-
gluNewTess
-
gluDeleteTess
public void gluDeleteTess()- Specified by:
gluDeleteTess
in interfaceGLUtessellator
-
gluTessProperty
public void gluTessProperty(int int1, double double1)- Specified by:
gluTessProperty
in interfaceGLUtessellator
-
gluGetTessProperty
public void gluGetTessProperty(int int1, double[] doubleArray, int int2)- Specified by:
gluGetTessProperty
in interfaceGLUtessellator
-
gluTessNormal
public void gluTessNormal(double double1, double double2, double double3)- Specified by:
gluTessNormal
in interfaceGLUtessellator
-
gluTessCallback
- Specified by:
gluTessCallback
in interfaceGLUtessellator
-
gluTessVertex
public void gluTessVertex(double[] doubleArray, int int1, java.lang.Object object)- Specified by:
gluTessVertex
in interfaceGLUtessellator
-
gluTessBeginPolygon
public void gluTessBeginPolygon(java.lang.Object object)- 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 int1)- Specified by:
gluNextContour
in interfaceGLUtessellator
-
gluEndPolygon
public void gluEndPolygon()- Specified by:
gluEndPolygon
in interfaceGLUtessellator
-