From 175c72557b21f356e295a6f8a4acd91b7e744bef Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 24 Oct 2025 15:40:40 -0700 Subject: Consolidate LLR into a single file. --- src/scene/node_impl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/scene/node_impl.h') diff --git a/src/scene/node_impl.h b/src/scene/node_impl.h index c79f252..d43ae1e 100644 --- a/src/scene/node_impl.h +++ b/src/scene/node_impl.h @@ -13,6 +13,9 @@ /// together form a strict tree hierarchy and not a more general DAG. typedef struct SceneNode { NodeType type; + // TODO: Inline the actual object here and get rid of the indirection and the + // extra pools? The "scene camera" is kind of a useless data structure, for + // example. union { anima_idx anima; camera_idx camera; -- cgit v1.2.3