From 41ab11779280da1099bf4e0ac2daa909e94997f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Thu, 23 May 2019 15:57:32 +0200 Subject: [PATCH] Add todo --- todo.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/todo.txt b/todo.txt index 893a8a9..6d83b16 100644 --- a/todo.txt +++ b/todo.txt @@ -6,19 +6,20 @@ features: - back-to-front (slower, better memory efficiency) - front-to-back (faster, but needs 1bit stencil buffer) - Z-buffer: - - full - - reduced (resolution and precision) + - full DONE + - reduced (resolution and precision) DONE + - more reduced (4-bit) - perspective correction modes: - - none DONE - - full DONE + - none DONE + - full DONE - triangle subdivision (each triangle side will be subdivided after reaching a defined length, which will be measured by Chebyshev or similarly fast distance). - also offer some approximation function? - predefined 3D shapes: - - cube DONE + - cube DONE - sphere - cylinder - pyramid