We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi guys, I need your help! I am working on a simple exercise where I am trying to animate a pattern which I created from rectangles. What I want to achieve is to rotate each individual rectangle. I am feeling that I am very close but still no enough:-)) Probably I used translate() and pushMatrix() popMatrix(0 in a wrong place of my code. Thanks in advance for any help!
Answers
Close enough. Have a look at this:
Try uncommenting the other push/popMatrix() pair for comparison.
@TfGuy44 thank you so much!... the power of order and a right use of push/popMatrix and translate....Thanks again!!!:-))