used glm instead of MathGeoLib.

This commit is contained in:
hyzboy 2021-11-29 15:28:04 +08:00
parent 84da0a0864
commit 5fd6e7f01c
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View File

@ -10,9 +10,6 @@
[submodule "CMUtil"] [submodule "CMUtil"]
path = CMUtil path = CMUtil
url = https://github.com/hyzboy/CMUtil.git url = https://github.com/hyzboy/CMUtil.git
[submodule "MathGeoLib"]
path = MathGeoLib
url = https://github.com/juj/MathGeoLib.git
[submodule "TexConv"] [submodule "TexConv"]
path = TexConv path = TexConv
url = https://github.com/hyzboy/TexConv.git url = https://github.com/hyzboy/TexConv.git
@ -40,3 +37,6 @@
[submodule "TextEncodeConvert"] [submodule "TextEncodeConvert"]
path = TextEncodeConvert path = TextEncodeConvert
url = https://github.com/hyzboy/TextEncodeConvert.git url = https://github.com/hyzboy/TextEncodeConvert.git
[submodule "glm"]
path = glm
url = https://github.com/g-truc/glm.git

View File

@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMCMakeModule)
include(vulkan) include(vulkan)
include(math) include(math)
use_mgl(${CMAKE_CURRENT_SOURCE_DIR}/MathGeoLib) use_glm(${CMAKE_CURRENT_SOURCE_DIR}/glm)
include(use_cm_module) include(use_cm_module)
use_cm_module(Core) use_cm_module(Core)

@ -1 +0,0 @@
Subproject commit 97a78cdd429f33a7c074fd0d7649012eec20d43a

1
glm Submodule

@ -0,0 +1 @@
Subproject commit 6ad79aae3eb5bf809c30bf1168171e9e55857e45