From 440b292c39162284a447b34d3a692143af9fbc87 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 30 Oct 2025 17:21:22 -0700 Subject: - Replace SceneCamera with Camera. - Remove backpointer from scene types to node to decouple underlying types from the scene graph. --- src/scene/model_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/scene/model_impl.h') diff --git a/src/scene/model_impl.h b/src/scene/model_impl.h index 39ac27f..079aede 100644 --- a/src/scene/model_impl.h +++ b/src/scene/model_impl.h @@ -7,7 +7,6 @@ /// Model. typedef struct Model { node_idx root; - node_idx parent; // Parent SceneNode. } Model; /// Create a new model. -- cgit v1.2.3