started on assimp importing and texture stuff

This commit is contained in:
2026-05-01 20:06:54 -05:00
parent cb1d8f753d
commit f9010eea81
20 changed files with 8673 additions and 42 deletions

6
.gitmodules vendored
View File

@@ -4,3 +4,9 @@
[submodule "_ThirdParty/glfw"]
path = _ThirdParty/glfw
url = https://github.com/glfw/glfw.git
[submodule "_ThirdParty/assimp"]
path = _ThirdParty/assimp
url = https://github.com/assimp/assimp.git
[submodule "glm"]
path = glm
url = https://github.com/g-truc/glm.git