From 7d7ef420362937fa43d39af02e1ec05defc4abbd Mon Sep 17 00:00:00 2001 From: austin Date: Sun, 10 Mar 2024 22:26:29 -0400 Subject: [PATCH] update todo --- docs/src/progress/renderertodo.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/src/progress/renderertodo.md b/docs/src/progress/renderertodo.md index 0833017e..35d39f6d 100644 --- a/docs/src/progress/renderertodo.md +++ b/docs/src/progress/renderertodo.md @@ -144,7 +144,8 @@ Overhaul mesh class - private constructor (this is going to require changing a lot of dependencies) - +(03/10/2024) +De-dupe render calls via doing mutations in render pipeline status and dont call setting variables to values they are already set to @@ -153,7 +154,9 @@ Overhaul mesh class # TODO -De-dupe render calls via doing mutations in render pipeline status and dont call setting variables to values they are already set to +Fix character movement + +Fix Frustum Culling for skybox Clean up main method/class