Package org.lwjglx.util.glu
Class GLUtessellatorCallbackAdapter
java.lang.Object
org.lwjglx.util.glu.GLUtessellatorCallbackAdapter
- All Implemented Interfaces:
 GLUtessellatorCallback
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(int int1) voidvoidvoidcombineData(double[] doubleArray, Object[] objectArray, float[] floatArray, Object[] objectArray2, Object object) voidedgeFlag(boolean boolean1) voidedgeFlagData(boolean boolean1, Object object) voidend()voidvoiderror(int int1) voidvoidvoidvertexData(Object object, Object object2)  
- 
Constructor Details
- 
GLUtessellatorCallbackAdapter
public GLUtessellatorCallbackAdapter() 
 - 
 - 
Method Details
- 
begin
public void begin(int int1) - Specified by:
 beginin interfaceGLUtessellatorCallback
 - 
edgeFlag
public void edgeFlag(boolean boolean1) - Specified by:
 edgeFlagin interfaceGLUtessellatorCallback
 - 
vertex
- Specified by:
 vertexin interfaceGLUtessellatorCallback
 - 
end
public void end()- Specified by:
 endin interfaceGLUtessellatorCallback
 - 
error
public void error(int int1) - Specified by:
 errorin interfaceGLUtessellatorCallback
 - 
combine
public void combine(double[] doubleArray, Object[] objectArray, float[] floatArray, Object[] objectArray2) - Specified by:
 combinein interfaceGLUtessellatorCallback
 - 
beginData
- Specified by:
 beginDatain interfaceGLUtessellatorCallback
 - 
edgeFlagData
- Specified by:
 edgeFlagDatain interfaceGLUtessellatorCallback
 - 
vertexData
- Specified by:
 vertexDatain interfaceGLUtessellatorCallback
 - 
endData
- Specified by:
 endDatain interfaceGLUtessellatorCallback
 - 
errorData
- Specified by:
 errorDatain interfaceGLUtessellatorCallback
 - 
combineData
public void combineData(double[] doubleArray, Object[] objectArray, float[] floatArray, Object[] objectArray2, Object object) - Specified by:
 combineDatain interfaceGLUtessellatorCallback
 
 -