com.jogamp.opengl.impl.glu.tessellator
Class GLUtessellatorImpl
java.lang.Object
com.jogamp.opengl.impl.glu.tessellator.GLUtessellatorImpl
- All Implemented Interfaces:
- GLUtessellator
public class GLUtessellatorImpl
- extends Object
- implements GLUtessellator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TESS_MAX_CACHE
public static final int TESS_MAX_CACHE
- See Also:
- Constant Field Values
gluNewTess
public static GLUtessellator gluNewTess()
gluDeleteTess
public void gluDeleteTess()
gluTessProperty
public void gluTessProperty(int which,
double value)
gluGetTessProperty
public void gluGetTessProperty(int which,
double[] value,
int value_offset)
gluTessNormal
public void gluTessNormal(double x,
double y,
double z)
gluTessCallback
public void gluTessCallback(int which,
GLUtessellatorCallback aCallback)
gluTessVertex
public void gluTessVertex(double[] coords,
int coords_offset,
Object vertexData)
gluTessBeginPolygon
public void gluTessBeginPolygon(Object data)
gluTessBeginContour
public void gluTessBeginContour()
gluTessEndContour
public void gluTessEndContour()
gluTessEndPolygon
public void gluTessEndPolygon()
gluBeginPolygon
public void gluBeginPolygon()
gluNextContour
public void gluNextContour(int type)
gluEndPolygon
public void gluEndPolygon()
Copyright 2010 JogAmp Community.