From e47af665c6b3407a353f1fcf68bc072abf8236bd Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 21 Jan 2022 14:14:12 -0500 Subject: [PATCH] update TODO list --- src/tangerine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tangerine.h b/src/tangerine.h index b6cf09a..00063a2 100644 --- a/src/tangerine.h +++ b/src/tangerine.h @@ -14,7 +14,6 @@ /* * === TODO: === -* - move default shaders out of git-lfs * - full lighting model * - test complex entities * - need a separate GLBufferToAttribMapping for each mesh on an entity @@ -46,6 +45,7 @@ * - rename data structures to be in the new format, eg) UpperCaseStyleNames * - rename instances of 'model_xform' that refer to a mesh node to something * like node_xform. model_xform should be reserved for the entity node +* - move default shaders out of git-lfs */