From 465e941e99bacd3baee5ed1dd9321ae51985bca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Thu, 27 Jun 2019 21:56:34 +0200 Subject: [PATCH] Add todo --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index 0e71222..525a6d8 100644 --- a/todo.txt +++ b/todo.txt @@ -75,6 +75,8 @@ features: - game-like demo (GTA-style, Quake style etc.) DONE - offline HQ (lerp texuring, normal mapping, reflections, ...) rendering to PPM image file DONE + - test offline rendering of a high-poly model (see how very small tris + are rendered) - drawModel: create an option that would use a cache to not transform the same point twice DONE (doesn't work, tried)