From 83aeafdb39b109011b20acba048379249cd9e979 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Thu, 30 Aug 2012 00:10:35 +0000 Subject: [PATCH] Updated todo list --- core/andres.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/andres.txt b/core/andres.txt index f5e621df8..329e94f5e 100644 --- a/core/andres.txt +++ b/core/andres.txt @@ -5,6 +5,7 @@ X Texture wrapping option in PGraphics: textureWrap(mode) X Unwrap GLException to avoid confusion when common, non-GL errors occur. X Fix alpha issue: X http://code.google.com/p/processing/issues/detail?id=1156 +X Rework shader API (shader(PShader, TRIANGLES/LINES/POINTS), etc. 0208 video X Cleanup video API: @@ -23,9 +24,10 @@ X http://code.google.com/p/processing/issues/detail?id=1145 0208 todo pre-beta: +_ Fix issues with PShape.getTessellation() (wrong color and visible lines in +_ scanning piece) _ Add DISABLE_PERSPECTIVE_CORRECTED_STROKE hint for both points and lines, _ remove DISABLE_PERSPECTIVE_CORRECTED_LINES -_ Rework shader API (shader(PShader, TRIANGLES/LINES/POINTS), etc. _ Back-buffer support in shaders: _ http://code.google.com/p/processing/issues/detail?id=1169 _ Rotation problem on Android: