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.GLUtessellatorCallbackbegin in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapterpublic void combine(double[] coords,
java.lang.Object[] data,
float[] weight,
java.lang.Object[] outData)
combine in interface com.jogamp.opengl.glu.GLUtessellatorCallbackcombine in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapterpublic void end()
end in interface com.jogamp.opengl.glu.GLUtessellatorCallbackend in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapterpublic void vertex(java.lang.Object vertexData)
vertex in interface com.jogamp.opengl.glu.GLUtessellatorCallbackvertex in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter