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 TypeMethodDescriptionvoid
begin
(int int1) void
void
void
combineData
(double[] doubleArray, Object[] objectArray, float[] floatArray, Object[] objectArray2, Object object) void
edgeFlag
(boolean boolean1) void
edgeFlagData
(boolean boolean1, Object object) void
end()
void
void
error
(int int1) void
void
void
vertexData
(Object object, Object object2)
-
Constructor Details
-
GLUtessellatorCallbackAdapter
public GLUtessellatorCallbackAdapter()
-
-
Method Details
-
begin
public void begin(int int1) - Specified by:
begin
in interfaceGLUtessellatorCallback
-
edgeFlag
public void edgeFlag(boolean boolean1) - Specified by:
edgeFlag
in interfaceGLUtessellatorCallback
-
vertex
- Specified by:
vertex
in interfaceGLUtessellatorCallback
-
end
public void end()- Specified by:
end
in interfaceGLUtessellatorCallback
-
error
public void error(int int1) - Specified by:
error
in interfaceGLUtessellatorCallback
-
combine
public void combine(double[] doubleArray, Object[] objectArray, float[] floatArray, Object[] objectArray2) - Specified by:
combine
in interfaceGLUtessellatorCallback
-
beginData
- Specified by:
beginData
in interfaceGLUtessellatorCallback
-
edgeFlagData
- Specified by:
edgeFlagData
in interfaceGLUtessellatorCallback
-
vertexData
- Specified by:
vertexData
in interfaceGLUtessellatorCallback
-
endData
- Specified by:
endData
in interfaceGLUtessellatorCallback
-
errorData
- Specified by:
errorData
in interfaceGLUtessellatorCallback
-
combineData
public void combineData(double[] doubleArray, Object[] objectArray, float[] floatArray, Object[] objectArray2, Object object) - Specified by:
combineData
in interfaceGLUtessellatorCallback
-