We are about to switch to a new forum software. Until then we have removed the registration on this forum.
have to design this rose and already started with constructing...but i dont know how to continue. ![Idee2](https://forum.processing.org/two/uploads/imageupload/324/VWDLQMDUCF1K.PNG "Idee
what i have already done with processing:
and this is my code:
Answers
I see in the image one arrow that is drawn 4 times in a circle
This is repeated several times (lets say 5), each times the arrows are getting smaller and the color changes between gray and white
So declare one for loop for the 4 arrows and around this for loop another for loop for the 5 circles
how can i add a circle with 5 objects(in the middle of the circle) ?
what does this have to do with rectMode()?