Hey there, I am wondering why my shape has one side not curved.
This is the part of the code:
beginShape(); curveVertex(50,50); curveVertex(50,100); curveVertex(100,100); curveVertex(100,50); //curveVertex(50,50); endShape(CLOSE);
Even when the last point would be the same coordinates as the first one, it would still be connected linear.
Anyone has a solution to this?
Cheers