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/render/llr_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/render/llr_impl.h') diff --git a/src/render/llr_impl.h b/src/render/llr_impl.h index 319441c..1c08b03 100644 --- a/src/render/llr_impl.h +++ b/src/render/llr_impl.h @@ -34,7 +34,6 @@ typedef struct Light { union { EnvironmentLight environment; }; - node_idx parent; // Parent SceneNode. } Light; typedef struct Material { -- cgit v1.2.3