pushMatrix() and popMatrix() are super useful when I want to not destroy the current coordinate system and basically switch reference frame but in that reference frame, I might want to apply settings that only apply to that specific reference frame.
Is there any way I can “keep” my drawing settings like stroke(),strokeWeight() and noFill() so I don’t have to keep track of every function, method or line of code where this might be changed?
Thanks! <3