I am defining a custom PShape and attempting to redraw it a variable sizes.
When I simply use the command shape(shapename, x, y) it draws correctly.
When I use shape(shapename, a, b, c, d) where c and d are the width and height, it draws nothing. Anyone know why?
Thanks for responding, my first time posting here and I wasn’t sure how to use the code formatting.
So your version works because you employed the P2D renderer in the size() function. I guess the default renderer can’t display it correctly. Hmm, oh well. Thanks!