mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
last minute bug notes
This commit is contained in:
@@ -16,6 +16,14 @@ Chicago a little longer. A handful of bug fixes here:
|
||||
messages when natives aren't available for the platform--just an
|
||||
UnsatisfiedLinkError when you try to run. Will fix.)
|
||||
|
||||
[ andres' bug victims ]
|
||||
|
||||
+ Multiple calls to curve() connect subsequent curves with lines in P3D/OPENGL
|
||||
http://code.google.com/p/processing/issues/detail?id=865
|
||||
|
||||
+ Arc not drawn in P3D and OpenGL mode (2.0a2)
|
||||
http://code.google.com/p/processing/issues/detail?id=890
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
0203 core
|
||||
X fix strange build issue with video capture breakage on OS X
|
||||
A Multiple calls to curve() connect subsequent curves with lines in P3D/OPENGL
|
||||
A http://code.google.com/p/processing/issues/detail?id=865
|
||||
A Arc not drawn in P3D and OpenGL mode (2.0a2)
|
||||
A http://code.google.com/p/processing/issues/detail?id=890
|
||||
|
||||
|
||||
_ add inputPath() and outputPath() -> sketch folder or sd card
|
||||
|
||||
Reference in New Issue
Block a user