From f1b47ccb8a92280df51bb28b495829f8f7f8127e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 3 Jan 2025 13:41:21 -0500 Subject: Add initial GLTF support --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d8e9eee --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/gltf"] + path = deps/gltf + url = https://github.com/lcolonq/gltf -- cgit v1.2.3