Added RVO2 library for later use in character nav w/o navmesh
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user