mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more notes and fixes
This commit is contained in:
@@ -54,6 +54,15 @@ with one or two issues that could require a beta 10. That's a lot of beta.
|
||||
|
||||
+ Plus dozens of other P2D/P3D fixes that Andres snuck in there.
|
||||
|
||||
+ Last lines of a beginShape(LINES) are invisible in the P2D renderer
|
||||
https://github.com/processing/processing/issues/1761
|
||||
|
||||
+ Incorrect number of vertices on beginShape(TRIANGLES) affect subsequent Shapes
|
||||
https://github.com/processing/processing/issues/1760
|
||||
|
||||
+ Rendering unlit geometry with TEXLIGHT shader throws misleading error message
|
||||
https://github.com/processing/processing/issues/1757
|
||||
|
||||
[ changes ]
|
||||
|
||||
+ New images for modes. New design!
|
||||
|
||||
@@ -26,6 +26,12 @@ andres
|
||||
A lines not properly renderered in P3D when using ortographic projection
|
||||
A https://github.com/processing/processing/issues/1661
|
||||
A "deleted n framebuffer objects"
|
||||
A last lines of a beginShape(LINES) are invisible in the P2D renderer
|
||||
A https://github.com/processing/processing/issues/1761
|
||||
A Incorrect number of vertices on beginShape(TRIANGLES) affect subsequent Shapes
|
||||
A https://github.com/processing/processing/issues/1760
|
||||
A rendering unlit geometry with TEXLIGHT shader throws misleading error message
|
||||
A https://github.com/processing/processing/issues/1757
|
||||
|
||||
earlier
|
||||
X decision on registered methods
|
||||
|
||||
@@ -978,6 +978,7 @@ Things to fix on the source code side of things.
|
||||
|
||||
_ update license info to state gplv2 not v3
|
||||
_ add Processing Foundation as 2012
|
||||
_ https://github.com/processing/processing/issues/1777
|
||||
_ add proper copyright and license information for all included projects
|
||||
_ http://code.google.com/p/processing/issues/detail?id=185
|
||||
_ list of license issues
|
||||
|
||||
Reference in New Issue
Block a user