more notes and fixes

This commit is contained in:
Ben Fry
2013-05-18 09:59:33 -04:00
parent 8394c632fc
commit 2135d6586a
3 changed files with 16 additions and 0 deletions
+9
View File
@@ -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!