We are about to switch to a new forum software. Until then we have removed the registration on this forum.
EDIT: Please ignore this post. The code I tried did work after all. Sorry for noise.
I have two p5.Graphics objects of equal dimensions, each with some lines and circles. How do I overlay one over the other as I draw them to the screen?
I tried:
image(underlayGraphics);
image(overlayGraphics);
but this results in the overlay completely overwriting the screen, i.e., none of the underlay shapes are visible.
Thanks in advance Alex
Answers
Thanks for the clarifications, GoToLoop.