lots of changes for recordShapes(), defaults(), beginFrame(), drag and

drop for adding files to sketches/opening sketches, tool to auto-build 
sketchbook folder
This commit is contained in:
benfry
2005-10-31 06:07:52 +00:00
parent aef6e6d73b
commit 27210cadcd
14 changed files with 489 additions and 182 deletions
+3 -1
View File
@@ -290,7 +290,9 @@ public class PImage implements PConstants, Cloneable {
/**
* Mark the pixels in this region as needing an update.
* <P>
* This doesn't take into account
* This is not currently used by any of the renderers, however the api
* is structured this way in the hope of being able to use this to
* speed things up in the future.
* <P>
* Note that when using imageMode(CORNERS),
* the x2 and y2 positions are non-inclusive.