From 27e8eaa6769d03af2889b4f811c27b119ed3504b Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 6 Jan 2022 08:36:15 -0500 Subject: [PATCH] add more todo items to global todo list --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0e46976..e68805b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,8 @@ * - work on cleaner interface for initEntity and loadScene... * - full lighting model * - test complex entities -* - node animations... +* - fix debug load times (either by using cgltf, or hiding tinygltf.h) +* - merge back into libTangerine * * === TODONE: === * - don't allocate Asset structure on asset arena