We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi!
I use a PGraphics Object to store a sprite. When I draw the PGraphics Object on the screen, the regions I did not draw anything in appear transparent. Is it possible to delete a filled region in the PGraphics Object, using a PShape so that it appears transparent again?
Best regards,
Thorsten
Answers
Draw the PShape to a second PGraphics and use that to mask the primary PGraphics?
Hello ! I don't understand...
"the regions I did not draw anything in appear transparent"
"so that it appears transparent again"
It's transparent or not ?
Proof of Concept