drawing behind another shape without 3d
in
Programming Questions
•
2 years ago
Hi there,
I am trying to draw shape behind each other every loop, while using the z value of the translate works (and decrementing by -1 each draw loop), I loose a lot of control for the look of the shape (srokeJoin for example). Is there a way to draw behind the previous draw loop, instead of always drawing on top without using 3d?
1