Package gov.nasa.worldwind.util
Class GLUTessellatorSupport.OGLDrawPrimitivesCallback
- java.lang.Object
-
- com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
-
- gov.nasa.worldwind.util.GLUTessellatorSupport.OGLDrawPrimitivesCallback
-
- All Implemented Interfaces:
com.jogamp.opengl.glu.GLUtessellatorCallback
- Enclosing class:
- GLUTessellatorSupport
protected static class GLUTessellatorSupport.OGLDrawPrimitivesCallback extends com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
-
-
Field Summary
Fields Modifier and Type Field Description protected com.jogamp.opengl.GL2gl
-
Constructor Summary
Constructors Constructor Description OGLDrawPrimitivesCallback(com.jogamp.opengl.GL2 gl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin(int type)voidcombine(double[] coords, java.lang.Object[] data, float[] weight, java.lang.Object[] outData)voidend()voidvertex(java.lang.Object vertexData)
-
-
-
Method Detail
-
begin
public void begin(int type)
- Specified by:
beginin interfacecom.jogamp.opengl.glu.GLUtessellatorCallback- Overrides:
beginin classcom.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
-
vertex
public void vertex(java.lang.Object vertexData)
- Specified by:
vertexin interfacecom.jogamp.opengl.glu.GLUtessellatorCallback- Overrides:
vertexin classcom.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
-
end
public void end()
- Specified by:
endin interfacecom.jogamp.opengl.glu.GLUtessellatorCallback- Overrides:
endin classcom.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
-
combine
public void combine(double[] coords, java.lang.Object[] data, float[] weight, java.lang.Object[] outData)- Specified by:
combinein interfacecom.jogamp.opengl.glu.GLUtessellatorCallback- Overrides:
combinein classcom.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
-
-