We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Simple question...I have a triangle made with triangle() and I would like to morph / tween it into 2 rectangles when you click on it...think play / pause button...any suggestions on how I should proceed with this?
I am using p5.js and not processing btw.
Thanks!
Answers
You redraw the whole scene using a square instead of a triangle.
Kf