From 2da02e01c107a288d5dfddf954e02dd515a3b968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 12 Jul 2019 19:13:59 +0000 Subject: [PATCH] Update todo.txt --- todo.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/todo.txt b/todo.txt index af363c8..7839cda 100644 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,5 @@ features: -- Add macros that would allow to make some compile-time options (e.g. - resolution) global variabes instead and allow them to change at runtime. - -- presets that can be optionally selected and will configure other constants - (e.g. a "low memory sort strategy" will turn z-buffer off and turn - back-to-front sorting on). - -- Add and test a doxyfile. - - Helper functions for e.g. retrieving and caching UV coords etc. Maybe these should be in a separate file? DONE