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 TypeMethodDescriptionvoidvoidvoidvoidgluGetTessProperty(int which, double[] value, int value_offset) static GLUtessellatorvoidgluNextContour(int type) voidvoidgluTessBeginPolygon(Object data) voidgluTessCallback(int which, GLUtessellatorCallback aCallback) voidvoidvoidgluTessNormal(double x, double y, double z) voidgluTessProperty(int which, double value) voidgluTessVertex(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:
gluDeleteTessin interfaceGLUtessellator
-
gluTessProperty
public void gluTessProperty(int which, double value) - Specified by:
gluTessPropertyin interfaceGLUtessellator
-
gluGetTessProperty
public void gluGetTessProperty(int which, double[] value, int value_offset) - Specified by:
gluGetTessPropertyin interfaceGLUtessellator
-
gluTessNormal
public void gluTessNormal(double x, double y, double z) - Specified by:
gluTessNormalin interfaceGLUtessellator
-
gluTessCallback
- Specified by:
gluTessCallbackin interfaceGLUtessellator
-
gluTessVertex
- Specified by:
gluTessVertexin interfaceGLUtessellator
-
gluTessBeginPolygon
- 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 type) - Specified by:
gluNextContourin interfaceGLUtessellator
-
gluEndPolygon
public void gluEndPolygon()- Specified by:
gluEndPolygonin interfaceGLUtessellator
-