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/asset/model.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/asset') diff --git a/src/asset/model.c b/src/asset/model.c index 402b2e1..0c57470 100644 --- a/src/asset/model.c +++ b/src/asset/model.c @@ -84,13 +84,12 @@ #include "asset/texture.h" #include "gfx/core.h" #include "gfx/gfx.h" +#include "gfx/llr/material.h" +#include "gfx/llr/mesh.h" #include "gfx/scene/animation.h" #include "gfx/scene/camera.h" -#include "gfx/scene/material.h" -#include "gfx/scene/mesh.h" #include "gfx/scene/node.h" #include "gfx/scene/object.h" -#include "gfx/scene/scene.h" #include "gfx/sizes.h" #include "gfx/util/shader.h" -- cgit v1.2.3