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/scene/model_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/scene/model_impl.h')
| -rw-r--r-- | src/scene/model_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
| 7 | /// Model. | 7 | /// Model. |
| 8 | typedef struct Model { | 8 | typedef struct Model { |
| 9 | node_idx root; | 9 | node_idx root; |
| 10 | node_idx parent; // Parent SceneNode. | ||
| 11 | } Model; | 10 | } Model; |
| 12 | 11 | ||
| 13 | /// Create a new model. | 12 | /// Create a new model. |
