transformations
in
Programming Questions
•
1 year ago
Hi
Im having some problems with transformations. e.g. rotate, translate...
When Im trying to make a fractal with a limited number of transformations, I put the transformations in functions outside the draw function.
When I want one tranformation alone, and I want to make a picture, I put the transformation inside the draw function and I include noLoop().
But when I want to make one transformation alone, just because I want the coordinates origin in the center of the window, and I dont want to use noLoop() because my code will go on and on. I dont know where to make the transformation. In the setup, it doesn´t work and I dont know why.
1