mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Backport NavigationServer with RVO2 to 3.x
Change the entire navigation system. Remove editor prefix from nav mesh generator class. It is now used for baking at runtime as well. Navigation supports obstacle avoidance now with the RVO2 library. Nav system will also automatically link all nav meshes together to form one overall complete nav map.
This commit is contained in:
parent
571e05d3d3
commit
09bc9eb101
109 changed files with 7910 additions and 2002 deletions
6
modules/navigation/config.py
Normal file
6
modules/navigation/config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def can_build(env, platform):
|
||||
return True
|
||||
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue