Name

PShape_beginShape

Description This method is used to start a custom shape created with the createShape() function. It's always and only used with createShape().
Syntax
beginShape()
beginShape(kind)
Parameters
kindint: Either POINTS, LINES, TRIANGLES, TRIANGLE_FAN, TRIANGLE_STRIP, QUADS, or QUAD_STRIP
Related PShape_endShape
Creative Commons License