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.TessellatorCallbackprotected PJOGL.Tessellator.GLUCallbackprotected com.jogamp.opengl.glu.GLUtessellator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVertex(double[] v) voidvoidvoidvoidbeginPolygon(Object data) voidvoidvoidsetCallback(int flag) voidsetProperty(int property, int value) voidsetWindingRule(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:
setCallbackin interfacePGL.Tessellator
-
setWindingRule
public void setWindingRule(int rule) - Specified by:
setWindingRulein interfacePGL.Tessellator
-
setProperty
public void setProperty(int property, int value) - Specified by:
setPropertyin interfacePGL.Tessellator
-
beginPolygon
public void beginPolygon()- Specified by:
beginPolygonin interfacePGL.Tessellator
-
beginPolygon
- Specified by:
beginPolygonin interfacePGL.Tessellator
-
endPolygon
public void endPolygon()- Specified by:
endPolygonin interfacePGL.Tessellator
-
beginContour
public void beginContour()- Specified by:
beginContourin interfacePGL.Tessellator
-
endContour
public void endContour()- Specified by:
endContourin interfacePGL.Tessellator
-
addVertex
public void addVertex(double[] v) - Specified by:
addVertexin interfacePGL.Tessellator
-
addVertex
- Specified by:
addVertexin interfacePGL.Tessellator
-