This method is used to complete a custom shape created with the createShape() function. It's always and only used with createShape() . @webref pshape:method @webBrief Finishes the creation of a new PShape @see PApplet#beginShape()
()
| 804 | * @see PApplet#beginShape() |
| 805 | */ |
| 806 | public void endShape() { |
| 807 | endShape(OPEN); |
| 808 | } |
| 809 | |
| 810 | |
| 811 | public void endShape(int mode) { |
no test coverage detected