Externals: add tinygltf, a library used to load or save GLTF mesh files

This commit is contained in:
iwubcode
2024-02-04 17:10:07 -06:00
parent 80d77ac0b4
commit ecfcae8718
8 changed files with 77 additions and 0 deletions

3
.gitmodules vendored
View File

@ -75,3 +75,6 @@
[submodule "hidapi-src"]
path = Externals/hidapi/hidapi-src
url = https://github.com/libusb/hidapi
[submodule "Externals/tinygltf/tinygltf"]
path = Externals/tinygltf/tinygltf
url = https://github.com/syoyo/tinygltf.git