From 2430e1246aa4d9373776e365bd9a0ecbc3c16de5 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 5 Jun 2020 14:25:48 +0800 Subject: [PATCH] add submoduel "CMSceneGraph" --- .gitmodules | 3 +++ CMCore | 2 +- CMSceneGraph | 1 + CMakeLists.txt | 1 + ShaderMaker | 2 +- 5 files changed, 7 insertions(+), 2 deletions(-) create mode 160000 CMSceneGraph diff --git a/.gitmodules b/.gitmodules index decfaa2..a9323b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "Tools/MultiLevelAlpha"] path = Tools/MultiLevelAlpha url = https://github.com/hyzboy/MultiLevelAlpha.git +[submodule "CMSceneGraph"] + path = CMSceneGraph + url = https://github.com/hyzboy/CMSceneGraph.git diff --git a/CMCore b/CMCore index 34eef8f..b7329d1 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 34eef8fdabd3fe392dcde0d07eab26538e096c77 +Subproject commit b7329d10b509dd8bbb903aaa9176fbd62f5733f8 diff --git a/CMSceneGraph b/CMSceneGraph new file mode 160000 index 0000000..bdfddf5 --- /dev/null +++ b/CMSceneGraph @@ -0,0 +1 @@ +Subproject commit bdfddf5ab391b3dff6a236276c0230c4e365c86b diff --git a/CMakeLists.txt b/CMakeLists.txt index d9f0f11..100c736 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ use_cm_module(Platform) use_cm_module(2D) use_cm_module(Util) use_cm_module(AssetsManage) +use_cm_module(SceneGraph) CMUtilSetup(${CMAKE_CURRENT_SOURCE_DIR}/CMUtil) diff --git a/ShaderMaker b/ShaderMaker index af6c705..7899613 160000 --- a/ShaderMaker +++ b/ShaderMaker @@ -1 +1 @@ -Subproject commit af6c705cefb5eb12f7d03d09b6a2935ce843b7a6 +Subproject commit 7899613bd73ff1b36d4f3593c595b66737b15a97