com.jogamp.opengl.impl.glu.tessellator
Class GLUtessellatorImpl

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.tessellator.GLUtessellatorImpl
All Implemented Interfaces:
GLUtessellator

public class GLUtessellatorImpl
extends Object
implements GLUtessellator


Field Summary
static int TESS_MAX_CACHE
           
 
Method Summary
 void gluBeginPolygon()
           
 void gluDeleteTess()
           
 void gluEndPolygon()
           
 void gluGetTessProperty(int which, double[] value, int value_offset)
           
static GLUtessellator gluNewTess()
           
 void gluNextContour(int type)
           
 void gluTessBeginContour()
           
 void gluTessBeginPolygon(Object data)
           
 void gluTessCallback(int which, GLUtessellatorCallback aCallback)
           
 void gluTessEndContour()
           
 void gluTessEndPolygon()
           
 void gluTessNormal(double x, double y, double z)
           
 void gluTessProperty(int which, double value)
           
 void gluTessVertex(double[] coords, int coords_offset, Object vertexData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TESS_MAX_CACHE

public static final int TESS_MAX_CACHE
See Also:
Constant Field Values
Method Detail

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.