Package processing.opengl
Class PJOGL.Tessellator
java.lang.Object
processing.opengl.PJOGL.Tessellator
- All Implemented Interfaces:
PGL.Tessellator
- Enclosing class:
- PJOGL
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PGL.TessellatorCallback
protected PJOGL.Tessellator.GLUCallback
protected com.jogamp.opengl.glu.GLUtessellator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addVertex
(double[] v) void
void
void
void
beginPolygon
(Object data) void
void
void
setCallback
(int flag) void
setProperty
(int property, int value) void
setWindingRule
(int rule)
-
Field Details
-
tess
protected com.jogamp.opengl.glu.GLUtessellator tess -
callback
-
gluCallback
-
-
Constructor Details
-
Tessellator
-
-
Method Details
-
setCallback
public void setCallback(int flag) - Specified by:
setCallback
in interfacePGL.Tessellator
-
setWindingRule
public void setWindingRule(int rule) - Specified by:
setWindingRule
in interfacePGL.Tessellator
-
setProperty
public void setProperty(int property, int value) - Specified by:
setProperty
in interfacePGL.Tessellator
-
beginPolygon
public void beginPolygon()- Specified by:
beginPolygon
in interfacePGL.Tessellator
-
beginPolygon
- Specified by:
beginPolygon
in interfacePGL.Tessellator
-
endPolygon
public void endPolygon()- Specified by:
endPolygon
in interfacePGL.Tessellator
-
beginContour
public void beginContour()- Specified by:
beginContour
in interfacePGL.Tessellator
-
endContour
public void endContour()- Specified by:
endContour
in interfacePGL.Tessellator
-
addVertex
public void addVertex(double[] v) - Specified by:
addVertex
in interfacePGL.Tessellator
-
addVertex
- Specified by:
addVertex
in interfacePGL.Tessellator
-