First page Back Continue Last page Graphics
Shapes Using Vertices
We can use a list of vertices to draw more complex shapes
beginShapes command:
- beginShapes(): used to create connected, complex forms
- tells the computer to connect lines between the following vertices
- note: add the noFill() command before using to draw only lines
endShapes command:
- endShapes(): tells the computer to stop connecting lines
Vertices between these commands will be connected