diff --git a/.gitmodules b/.gitmodules index 91865c7..d3dd102 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,4 +10,7 @@ url = https://github.com/CedricGuillemet/ImGuizmo.git [submodule "src/ThirdParty/assimp"] path = src/ThirdParty/assimp - url = https://github.com/assimp/assimp.git \ No newline at end of file + url = https://github.com/assimp/assimp.git +[submodule "src/ThirdParty/gl3d"] + path = src/ThirdParty/gl3d + url = https://github.com/meemknight/gl3d.git diff --git a/src/ThirdParty/gl3d b/src/ThirdParty/gl3d new file mode 160000 index 0000000..a99e29f --- /dev/null +++ b/src/ThirdParty/gl3d @@ -0,0 +1 @@ +Subproject commit a99e29fc20692689e9576001c4ba7ba9605c7e3d