From 729fbe7111211f882096b13bf877dccfd59ac2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 23 Jun 2019 00:38:32 +0200 Subject: [PATCH] Add todo --- todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.txt b/todo.txt index 551c7c7..e92e75c 100644 --- a/todo.txt +++ b/todo.txt @@ -7,6 +7,10 @@ features: - Helper functions for e.g. retrieving and caching UV coords etc. Maybe these should be in a separate file? +- PC == 2 (and possibly 1) could likely be accelerated by not using interpolate + functions, but rather FastLerStates for the values recomputed after each + row segment. + - function for computing normals and lighting - triangle sorting: