godot/modules/navigation
Pawel Lampe a30dd094d3 Fix transforms involved into navmesh baking
Within the context of parsing navigation geometry, this commit:
- added missing transform of `MultiMeshInstance`
- changed all transforms to global ones so that they don't need to be
  calculated by hand
2022-01-31 23:07:45 +01:00
..
config.py Rename GdNavigationServer to GodotNavigationServer 2021-06-30 00:35:18 +02:00
godot_navigation_server.cpp Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
godot_navigation_server.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_map.cpp Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_map.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_region.cpp Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_region.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_rid.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_utils.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
navigation_mesh_editor_plugin.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
navigation_mesh_editor_plugin.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
navigation_mesh_generator.cpp Fix transforms involved into navmesh baking 2022-01-31 23:07:45 +01:00
navigation_mesh_generator.h Fix transforms involved into navmesh baking 2022-01-31 23:07:45 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rvo_agent.cpp Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
rvo_agent.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
SCsub Rename GdNavigationServer to GodotNavigationServer 2021-06-30 00:35:18 +02:00