From 1aed151f387e612da6bf22736a06bed405eb2420 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Oct 2019 16:52:10 +0800 Subject: [PATCH] add bt navmesh --- .gitmodules | 6 ++++++ third_party/behaviac | 1 + third_party/recastnavigation | 1 + 3 files changed, 8 insertions(+) create mode 160000 third_party/behaviac create mode 160000 third_party/recastnavigation diff --git a/.gitmodules b/.gitmodules index 82fac9f..8652a22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule "third_party/tools"] path = third_party/tools url = git@git.kingsome.cn:server_common/tools.git +[submodule "third_party/behaviac"] + path = third_party/behaviac + url = git@git.kingsome.cn:libs/behaviac.git +[submodule "third_party/recastnavigation"] + path = third_party/recastnavigation + url = git@git.kingsome.cn:libs/recastnavigation.git diff --git a/third_party/behaviac b/third_party/behaviac new file mode 160000 index 0000000..b9f2f20 --- /dev/null +++ b/third_party/behaviac @@ -0,0 +1 @@ +Subproject commit b9f2f205afe3226fa06b6a3b9e62fcd6eaca63b8 diff --git a/third_party/recastnavigation b/third_party/recastnavigation new file mode 160000 index 0000000..35ca2ea --- /dev/null +++ b/third_party/recastnavigation @@ -0,0 +1 @@ +Subproject commit 35ca2eadc32161cd6ab479d1a2626759a73bb5a3