diff options
author | quou <quou@disroot.org> | 2024-12-28 18:27:30 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-28 18:27:30 +1100 |
commit | e31535abfff4c3335dd465e3745a69d3102253a6 (patch) | |
tree | 48ff456b34ea295e3ea45c54cb0c97820f0290ec /.gitignore | |
parent | 86810460eed75c19beb9f524e75c193edfa9ddfd (diff) |
converting, loading and rendering GLTF models
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ tags *.o *.exe *.vcxproj.user +*.blend1 /msbuild/.vs /msbuild/obj /msbuild/bin @@ -15,3 +16,4 @@ tags /pack /packer /convtexture +/convmodel |