diff options
| author | 3gg <3gg@shellblade.net> | 2025-10-24 18:33:36 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-10-24 18:33:36 -0700 |
| commit | 65d448aad0e6c792b1adba1272efef73b31c4885 (patch) | |
| tree | eb63247058bcaa11c8f792b52df20e96ee92e8b5 /src/asset/model.c | |
| parent | 175c72557b21f356e295a6f8a4acd91b7e744bef (diff) | |
Consolidate renderers
Diffstat (limited to 'src/asset/model.c')
| -rw-r--r-- | src/asset/model.c | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/asset/model.c b/src/asset/model.c index 96d200f..1e05a85 100644 --- a/src/asset/model.c +++ b/src/asset/model.c | |||
| @@ -82,28 +82,28 @@ | |||
| 82 | #include "asset/model.h" | 82 | #include "asset/model.h" |
| 83 | 83 | ||
| 84 | #include "asset/texture.h" | 84 | #include "asset/texture.h" |
| 85 | #include "gfx/core.h" | ||
| 86 | #include "gfx/gfx.h" | ||
| 87 | #include "gfx/llr/llr.h" | ||
| 88 | #include "gfx/scene/animation.h" | ||
| 89 | #include "gfx/scene/camera.h" | ||
| 90 | #include "gfx/scene/node.h" | ||
| 91 | #include "gfx/scene/object.h" | ||
| 92 | #include "gfx/sizes.h" | ||
| 93 | #include "gfx/util/shader.h" | ||
| 94 | |||
| 95 | #include "gfx_assert.h" | 85 | #include "gfx_assert.h" |
| 96 | #include "scene/model_impl.h" | 86 | #include "scene/model_impl.h" |
| 97 | 87 | ||
| 98 | #include "cstring.h" | 88 | #include <gfx/core.h> |
| 99 | #include "error.h" | 89 | #include <gfx/gfx.h> |
| 100 | #include "log/log.h" | 90 | #include <gfx/render/llr.h> |
| 101 | #include "math/camera.h" | 91 | #include <gfx/scene/animation.h> |
| 102 | #include "math/defs.h" | 92 | #include <gfx/scene/camera.h> |
| 103 | #include "math/mat4.h" | 93 | #include <gfx/scene/node.h> |
| 104 | #include "math/quat.h" | 94 | #include <gfx/scene/object.h> |
| 105 | #include "math/vec2.h" | 95 | #include <gfx/sizes.h> |
| 106 | #include "math/vec3.h" | 96 | #include <gfx/util/shader.h> |
| 97 | |||
| 98 | #include <cstring.h> | ||
| 99 | #include <error.h> | ||
| 100 | #include <log/log.h> | ||
| 101 | #include <math/camera.h> | ||
| 102 | #include <math/defs.h> | ||
| 103 | #include <math/mat4.h> | ||
| 104 | #include <math/quat.h> | ||
| 105 | #include <math/vec2.h> | ||
| 106 | #include <math/vec3.h> | ||
| 107 | 107 | ||
| 108 | #include "cgltf_tangents.h" | 108 | #include "cgltf_tangents.h" |
| 109 | #define CGLTF_IMPLEMENTATION | 109 | #define CGLTF_IMPLEMENTATION |
