protected static class GLUTessellatorSupport.OGLDrawPrimitivesCallback
extends com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
Modifier and Type | Field and Description |
---|---|
protected com.jogamp.opengl.GL2 |
gl |
Constructor and Description |
---|
OGLDrawPrimitivesCallback(com.jogamp.opengl.GL2 gl) |
Modifier and Type | Method and Description |
---|---|
void |
begin(int type) |
void |
combine(double[] coords,
java.lang.Object[] data,
float[] weight,
java.lang.Object[] outData) |
void |
end() |
void |
vertex(java.lang.Object vertexData) |
public OGLDrawPrimitivesCallback(com.jogamp.opengl.GL2 gl)
public void begin(int type)
begin
in interface com.jogamp.opengl.glu.GLUtessellatorCallback
begin
in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
public void combine(double[] coords, java.lang.Object[] data, float[] weight, java.lang.Object[] outData)
combine
in interface com.jogamp.opengl.glu.GLUtessellatorCallback
combine
in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
public void end()
end
in interface com.jogamp.opengl.glu.GLUtessellatorCallback
end
in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
public void vertex(java.lang.Object vertexData)
vertex
in interface com.jogamp.opengl.glu.GLUtessellatorCallback
vertex
in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter