From be35f87e463281ad53db8436f91f8d90dd3f4335 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 5 Nov 2005 05:58:33 +0000 Subject: [PATCH] todo items --- core/todo.txt | 5 +++-- todo.txt | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index f61b45a5a..4fcad9790 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -448,8 +448,6 @@ _ seems to be mapping to 0, 0 - width/2, height/2 _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115919744;start=0 _ odd error with some pixels from images not drawing properly _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115681453 -_ when turning smoothing on, internal lines of shapes are visible -_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115487475 _ simon reports borders on P3D and OPENGL if background() not called _ clipping not yet completely implemented _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114184516 @@ -602,6 +600,9 @@ X checked, not fixed _ blend(), get(), set(), loadPixels, updatePixels() are broken in opengl _ set(x, y, image) y reversed in openGL _ http://dev.processing.org/bugs/show_bug.cgi?id=91 +_ when turning smoothing on, internal lines of shapes are visible +_ need to turn off smoothing for the interior of shapes +_ http://dev.processing.org/bugs/show_bug.cgi?id=200 _ gl smoothing.. how to disable polygon but keep line enabled _ or at least make a note of this? _ leave smooth off, get the gl object, then enable line smooth diff --git a/todo.txt b/todo.txt index a7e3ad069..ccb71663c 100644 --- a/todo.txt +++ b/todo.txt @@ -42,6 +42,11 @@ _ that way people don't have to adjust the memory settings for p5 itself _ perhaps the memory setting should be enabled/disabled _ that way if it's enabled, will always run externally + +_ make a web page that describes how to use the bugs db +_ don't change the bug subject/summary text +_ don't mess with priorities (i will) + board faq _ how to put [code] around blocks of code _ also mention contributed plugin for formatting