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
+4
View File
@@ -120,6 +120,10 @@ public class PGraphics2 extends PGraphics {
public void endFrame() {
// moving this back here (post-68) because of macosx thread problem
//mis.newPixels(pixels, cm, 0, width);
// need to mark pixels as needing an update, without calling
// its own updatePixels, since that's crazy slow
//updatePixels();
}