godot/modules/recast
jfons 298bd3f88a Add option to create navmesh from objects in group
Adds a new NavigationMesh property to select which objects will be taken
into account for the generation.

By default it will use all the NavigationMeshInstance children to keep
compatibility. The new modes allow to build the NavigationMesh from
all the nodes belonging to a specific group, and optionally include
their children too.
2019-10-16 12:01:10 +02:00
..
config.py
navigation_mesh_editor_plugin.cpp
navigation_mesh_editor_plugin.h
navigation_mesh_generator.cpp Add option to create navmesh from objects in group 2019-10-16 12:01:10 +02:00
navigation_mesh_generator.h Add option to create navmesh from objects in group 2019-10-16 12:01:10 +02:00
register_types.cpp
register_types.h
SCsub