From d68963013dfa750af20f80a2998645795082e1aa Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 17 Mar 2003 05:51:30 +0000 Subject: [PATCH] lots of work on polygon coding.. tracking down problems with images --- todo.txt | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/todo.txt b/todo.txt index bf166488c..cec0747c8 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,22 @@ 0053 X add smooth() noSmooth() to the keywords +X image of 256x256 doesn't draw the last line of pixels +_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1045697665;start=0 +X weird line in showing in the center of an image +_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1044901171;start=0 + +_ smooth images drawing strangely (missing first line of pixels) +_ also smoothed even if not distorted + +_ aliased and anti-aliased images don't line up +_ text (text04) marching around strangely + +_ problems with u/v are likely to also be there for colors + +_ u/v should be affected by w for proper perspective + +_ sphere() and other polygons don't connect flush with one another -_ smooth() is half-broken _ single pixel lines have no alpha and no z @@ -11,6 +26,9 @@ _ write code for line joins.. continuous lines should become polygon snake _ convex/concave polygons +image(img, x, y) in CENTER_DIAMETER mode is actually center radius, +because it uses + //// @@ -32,11 +50,6 @@ _ its invocation is broken (image_mode can't be two things at once) _ doesn't actually use image_mode for placement _ also doesn't support RGBA -_ image of 256x256 doesn't draw the last line of pixels -_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1045697665;start=0 -_ weird line in showing in the center of an image -_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1044901171;start=0 - _ text caret goes missing _ removing extra jre's, uninstalling java apps fixed it _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1041962296