used glm instead of MathGeoLib.
This commit is contained in:
parent
84da0a0864
commit
5fd6e7f01c
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||||
|
@ -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
1
glm
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 6ad79aae3eb5bf809c30bf1168171e9e55857e45
|
Loading…
x
Reference in New Issue
Block a user