diff options
author | 3gg <3gg@shellblade.net> | 2025-07-04 10:37:01 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-07-04 10:37:01 -0700 |
commit | b37b5398a6afa940acd1138bde922a70838f33af (patch) | |
tree | 9ff988e0412d4210362b52f82fbe723e734b6228 /src/scene/node.c | |
parent | 1ec46bead3cf87971a2329f9ef4ddde5a0c48325 (diff) |
Add the new low-level renderer, shared between the imm and scene graph renderer. LLR integration with the scene graph renderer not yet done.
Diffstat (limited to 'src/scene/node.c')
-rw-r--r-- | src/scene/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/node.c b/src/scene/node.c index 67ce93c..e359f73 100644 --- a/src/scene/node.c +++ b/src/scene/node.c | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | #include "animation_impl.h" | 3 | #include "animation_impl.h" |
4 | #include "camera_impl.h" | 4 | #include "camera_impl.h" |
5 | #include "light_impl.h" | 5 | #include "llr/light_impl.h" |
6 | #include "model_impl.h" | 6 | #include "model_impl.h" |
7 | #include "object_impl.h" | 7 | #include "object_impl.h" |
8 | #include "scene_graph.h" | 8 | #include "scene_graph.h" |