From 6271f5ce797bf12be64c710b66b1b9e93a239829 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 10 Oct 2024 18:51:05 -0700 Subject: move to new resource abstraction --- include/gltf_loader.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/gltf_loader.h (limited to 'include/gltf_loader.h') diff --git a/include/gltf_loader.h b/include/gltf_loader.h new file mode 100644 index 0000000..4b3190b --- /dev/null +++ b/include/gltf_loader.h @@ -0,0 +1,9 @@ +#ifndef GLTF_LOADER_H + +#define GLTF_LOADER_H +#include +#include "render_assets.h" +#include "tiny_gltf.h" + +bool load_gltf(const std::string_view path, iris::Scene &scene); +#endif \ No newline at end of file -- cgit v1.2.3-70-g09d2