-
Notifications
You must be signed in to change notification settings - Fork 18
Tips
Zachary Cook edited this page Jul 24, 2013
·
8 revisions
-
To avoid scaling a child Zone A of a parent Zone B, make it a sibling Zone instead (add it to Zone C, which is Zone B's parent Zone, instead), as long as ordering of the Zones is correct, the sibling Zone A should appear on top. Instead of this: C-B-A , do this : C-{B,A}
-
If you get java.lang.OutOfMemoryError, Increase the maximum memory in the processing Preferences, also see Processing Troubleshooting
-
To get better performance at the cost of improper 2D stroke occlusion, call hint(ENALBE_OPTIMIZED_STROKE) in setup()