updated to GLM...but only ortho matrix is OK.

This commit is contained in:
2021-09-24 20:49:20 +08:00
parent 6c6ee96be1
commit 91460aba5a
11 changed files with 39 additions and 40 deletions

View File

@@ -11,7 +11,6 @@ set(ULRE_3RDPTY_ROOT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/3rdpty)
include(vulkan)
include(math)
#use_mgl(${ULRE_3RDPTY_ROOT_PATH}/MathGeoLib)
use_glm(${ULRE_3RDPTY_ROOT_PATH}/glm)
include(use_cm_module)
@@ -38,7 +37,7 @@ SET(ULRE CMCore
CMUtil
ULRE.Util
ULRE.SceneGraph
MathGeoLib
GLM
${RENDER_LIBRARY}
${Vulkan_LIBRARIES})