We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello
in my processing/android app I use P2D and a lot of PShapes. but the thing is that it seems to me impossible to draw anything other than a PShape UNDER those PShapes I made.
I need to draw lines (complicated/dynamic/cannot do with PShape) in the background but wherever in the code I draw my lines, there appear OVER the PShapes.
Any Idea on how to control this kind of z buzzer for 2D ?
cheers :)
(writing this after a good, long, research on google, forums for v1, 2 and 3 of processing, OpenProcessing etc...)
Answers
Does this help?
see https://forum.processing.org/two/discussion/comment/13333/#Comment_13333
Hi Koogs, and thank you for answering
it does work, letting my lines be hiden by my PShape ! but it kills the framerate like mad :(
and here I go digging the DISABLE_OPTIMIZED_STROKE thing to figure out if I could have the good without the bad
any idea ?