endShape()
Shape / VertexDescription
The companion to beginShape(). Pass CLOSE to close the shape.
Syntax
void endShape()
void endShape(int mode)
Parameters
| Name | Type | Description |
|---|---|---|
| mode | int | CLOSE to close the shape (optional) |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...