diff options
| author | 3gg <3gg@shellblade.net> | 2025-10-30 17:21:22 -0700 | 
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-10-30 17:21:25 -0700 | 
| commit | 440b292c39162284a447b34d3a692143af9fbc87 (patch) | |
| tree | b5f0adf047651a56eb74ba7b92fdf6ebe2bbc635 /src/render/llr_impl.h | |
| parent | 643382dfd364a193686201e1c82b6fe7f351f068 (diff) | |
- Replace SceneCamera with Camera.
- Remove backpointer from scene types to node to decouple underlying types from the scene graph.
Diffstat (limited to 'src/render/llr_impl.h')
| -rw-r--r-- | src/render/llr_impl.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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 { | |||
| 34 | union { | 34 | union { | 
| 35 | EnvironmentLight environment; | 35 | EnvironmentLight environment; | 
| 36 | }; | 36 | }; | 
| 37 | node_idx parent; // Parent SceneNode. | ||
| 38 | } Light; | 37 | } Light; | 
| 39 | 38 | ||
| 40 | typedef struct Material { | 39 | typedef struct Material { | 
