From b37b5398a6afa940acd1138bde922a70838f33af Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 4 Jul 2025 10:37:01 -0700 Subject: Add the new low-level renderer, shared between the imm and scene graph renderer. LLR integration with the scene graph renderer not yet done. --- src/scene/scene_memory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/scene/scene_memory.c') diff --git a/src/scene/scene_memory.c b/src/scene/scene_memory.c index 91880bb..3a01325 100644 --- a/src/scene/scene_memory.c +++ b/src/scene/scene_memory.c @@ -4,9 +4,9 @@ #include "animation_impl.h" #include "camera_impl.h" -#include "light_impl.h" -#include "material_impl.h" -#include "mesh_impl.h" +#include "llr/light_impl.h" +#include "llr/material_impl.h" +#include "llr/mesh_impl.h" #include "model_impl.h" #include "node_impl.h" #include "object_impl.h" -- cgit v1.2.3