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 intTESS_MAX_CACHE -
Constructor Summary
Constructors Constructor Description GLUtessellatorImpl() -
Method Summary
Modifier and Type Method Description voidgluBeginPolygon()voidgluDeleteTess()voidgluEndPolygon()voidgluGetTessProperty(int int1, double[] doubleArray, int int2)static GLUtessellatorgluNewTess()voidgluNextContour(int int1)voidgluTessBeginContour()voidgluTessBeginPolygon(java.lang.Object object)voidgluTessCallback(int int1, GLUtessellatorCallback gLUtessellatorCallback)voidgluTessEndContour()voidgluTessEndPolygon()voidgluTessNormal(double double1, double double2, double double3)voidgluTessProperty(int int1, double double1)voidgluTessVertex(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:
gluDeleteTessin interfaceGLUtessellator
-
gluTessProperty
public void gluTessProperty(int int1, double double1)- Specified by:
gluTessPropertyin interfaceGLUtessellator
-
gluGetTessProperty
public void gluGetTessProperty(int int1, double[] doubleArray, int int2)- Specified by:
gluGetTessPropertyin interfaceGLUtessellator
-
gluTessNormal
public void gluTessNormal(double double1, double double2, double double3)- Specified by:
gluTessNormalin interfaceGLUtessellator
-
gluTessCallback
- Specified by:
gluTessCallbackin interfaceGLUtessellator
-
gluTessVertex
public void gluTessVertex(double[] doubleArray, int int1, java.lang.Object object)- Specified by:
gluTessVertexin interfaceGLUtessellator
-
gluTessBeginPolygon
public void gluTessBeginPolygon(java.lang.Object object)- Specified by:
gluTessBeginPolygonin interfaceGLUtessellator
-
gluTessBeginContour
public void gluTessBeginContour()- Specified by:
gluTessBeginContourin interfaceGLUtessellator
-
gluTessEndContour
public void gluTessEndContour()- Specified by:
gluTessEndContourin interfaceGLUtessellator
-
gluTessEndPolygon
public void gluTessEndPolygon()- Specified by:
gluTessEndPolygonin interfaceGLUtessellator
-
gluBeginPolygon
public void gluBeginPolygon()- Specified by:
gluBeginPolygonin interfaceGLUtessellator
-
gluNextContour
public void gluNextContour(int int1)- Specified by:
gluNextContourin interfaceGLUtessellator
-
gluEndPolygon
public void gluEndPolygon()- Specified by:
gluEndPolygonin interfaceGLUtessellator
-