From 39b92b7fb56a901029229fc1dfbae50ac6385aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Thu, 30 May 2019 20:20:18 +0200 Subject: [PATCH] Add todo --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index fe8d5f2..1704a41 100644 --- a/todo.txt +++ b/todo.txt @@ -8,6 +8,8 @@ features: - back-to-front (slower, better memory efficiency) - front-to-back (faster, but needs 1bit stencil buffer) +- option to disable baycentric coordinates computing + - Z-buffer: - full DONE - reduced (resolution and precision) DONE