Added RVO2 library for later use in character nav w/o navmesh

This commit is contained in:
Segey Lapin
2021-10-25 18:02:02 +03:00
parent 5db4c68ebe
commit 601c14fa87
10 changed files with 1493 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ env_world = env_modules.Clone()
# TODO Exclude editor stuff when building an export template?
files = [
"*.cpp",
"mesher/*.cpp"
"mesher/*.cpp",
"thirdparty/RVO2-3D/*.cpp"
]
for f in files: