From 6e0661da20d06e91752b5e717aefc6b7fe2f27a3 Mon Sep 17 00:00:00 2001 From: Anemunt <69436164+darkresident55@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:00:54 -0500 Subject: [PATCH] added Pipeline #2 --- .gitmodules | 5 ++++- src/ThirdParty/gl3d | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 src/ThirdParty/gl3d 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