From 133900b9238e26035189f91cee2319e3188e1aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 14 Jun 2019 02:02:11 +0200 Subject: [PATCH] Add todo --- programs/hqOffline.c | 1 - todo.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/hqOffline.c b/programs/hqOffline.c index 6f2f13f..7ada1d2 100644 --- a/programs/hqOffline.c +++ b/programs/hqOffline.c @@ -135,7 +135,6 @@ void drawPixel(S3L_PixelInfo *p) color[2] = light / 2 + p->modelIndex * 127; } - frameBuffer[index] = color[0]; frameBuffer[index + 1] = color[1]; frameBuffer[index + 2] = color[2]; diff --git a/todo.txt b/todo.txt index bdee462..39e28aa 100644 --- a/todo.txt +++ b/todo.txt @@ -76,6 +76,8 @@ bugs: - Any of them can exceed the range <0,511> - b0 + b1 can be > 511, which causes b2 (= 511 - b0 - b1) to be negative! +- Depth artifacts with PC != 0, can be seen very well in the HQ offline demo. + repeated: - valgrind (and similar) checks