godot/modules/navigation
Pawel Lampe 4d8e6fdd2d Fix transforms involved into navmesh baking
fixes #57231, fixes #57421

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-30 12:23:53 +01:00
..
SCsub Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
config.py Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
godot_navigation_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
godot_navigation_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nav_map.cpp Fix indexing of polygon points when building path. 2022-01-19 23:39:43 +01:00
nav_map.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nav_region.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nav_region.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nav_rid.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
nav_utils.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh_editor_plugin.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh_editor_plugin.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh_generator.cpp Fix transforms involved into navmesh baking 2022-01-30 12:23:53 +01:00
navigation_mesh_generator.h Fix transforms involved into navmesh baking 2022-01-30 12:23:53 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rvo_agent.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rvo_agent.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00