mirror of
https://github.com/processing/processing4.git
synced 2026-04-30 08:01:26 +02:00
more tweaks to todo/revisions
This commit is contained in:
@@ -104,6 +104,11 @@ Also many, many updates to the examples and reference in this release.
|
||||
so that ^ and $ match the beginning and end of any lines found in the
|
||||
source, and the . operator will also pick up newline characters.
|
||||
|
||||
+ The arraycopy() method is now arrayCopy(), for better consistency with
|
||||
the rest of the API (think framerate vs. frameRate). Because books have
|
||||
been printed with the lowercase version, we're keeping both, but in
|
||||
Java parlance, we've deprecated the lowercase version.
|
||||
|
||||
+ Removed MACOS9 constant from processing.core.PConstants. Bye bye 2001.
|
||||
|
||||
+ Deprecated the NORMALIZED constant, use NORMAL instead.
|
||||
|
||||
@@ -172,10 +172,6 @@ o imageDetail(), textDetail(), etc?
|
||||
o decisions on image smoothing vs. text smoothing vs. all
|
||||
|
||||
|
||||
_ random AIOOBE with P3D and points
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=937
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
@@ -529,6 +525,8 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=104
|
||||
|
||||
CORE / PGraphics3D
|
||||
|
||||
_ random AIOOBE with P3D and points
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=937
|
||||
_ ortho() behaving differently in P3D vs OPENGL
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=100
|
||||
_ shows a blank canvas
|
||||
|
||||
Reference in New Issue
Block a user