From a01e724211f94c6ff53a5c22dd4b6871efe3bfd2 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 7 Jul 2026 12:11:13 -0400 Subject: [PATCH] add another todo.. --- code/gte_hello/hello_gte.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/gte_hello/hello_gte.c b/code/gte_hello/hello_gte.c index 8598eae..1c56e88 100644 --- a/code/gte_hello/hello_gte.c +++ b/code/gte_hello/hello_gte.c @@ -334,6 +334,7 @@ void update(PrimitiveArena* pa, U4* ordering_buf) m3s2_rotation (& smem.floor.rot, & smem.tform_world); m3s2_translation(& smem.tform_world, & smem.floor.pos); m3s2_scale (& smem.tform_world, & smem.floor.scale); + // TODO(Ed): This can either be in the tape or here... gte_matrix_set_rotation (& smem.tform_world); gte_matrix_set_translation(& smem.tform_world);