begin/endFrame become begin/endDraw.. new DXF constant.. --hide-stop param.. fix for array methods to use any kind of objects

This commit is contained in:
benfry
2006-05-11 13:52:30 +00:00
parent 44171e8967
commit 0f3930ea95
13 changed files with 296 additions and 204 deletions
+13 -2
View File
@@ -7,6 +7,17 @@ releases will be super crusty.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0116 - ?? May 2006
+ the flag in PApplet.main() formerly called --present-stop-color
is now simply --stop-color. A flag named --hide-stop has also
been added, to prevent users from quitting out of a present mode
application. see the faq on details for capturing ESC as well.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0115 - 11 May 2006
Greetings from the advanced processing workshop in the beautiful city
@@ -21,7 +32,7 @@ of Barcelona.
of the developer's reference:
http://dev.processing.org/reference/core/javadoc/processing/core/PImage.html#save(java.lang.String)
+ loadImage() also supports image loading in the same manner, which
+ loadImage() also supports image loading in the same manner,
though it's not recommended for projects that export to the web.
Again, more detailed information is in the developer's reference:
http://dev.processing.org/reference/core/javadoc/processing/core/PApplet.html#loadImage(java.lang.String)
@@ -35,7 +46,7 @@ of Barcelona.
http://dev.processing.org/bugs/show_bug.cgi?id=260
+ fixed issue with beginRaw() that made the stroke of objects appear with
no translations (even though the fill was properly translated)
no transformations (even though the fill was properly transformations)
http://dev.processing.org/bugs/show_bug.cgi?id=339
+ removed debugging messages from loadPixels() and PGraphics2.save()