virtualx-engine/modules/navigation
smix8 3e01d32b4c Clamp NavigationMesh sample_distance above zero
While default ReCast library has support for 0.0 'sample_distance' the Godot implementation does not an crashes.
Previously Godot would set all sample_distance values below 0.9 to 0 which causes the crashes.

This limits the sample_distance range selection to 0.1 - 16.0 and also clamps sample_distance that are below 0.1 before ReCast receives them.

(cherry picked from commit e33fa9d833)
2022-05-16 21:10:36 +02:00
..
config.py Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00
godot_navigation_server.cpp Add NavigationServer2D/3D API functions to find missing RID info 2022-05-16 21:10:36 +02:00
godot_navigation_server.h Add NavigationServer2D/3D API functions to find missing RID info 2022-05-16 21:10:36 +02:00
nav_map.cpp Merge pull request #60366 from adamscott/nav-map-thread-work-pool-3x 2022-04-26 18:45:53 +02:00
nav_map.h Use ThreadWorkPool instead of thread_process_array in NavMap 2022-04-26 09:18:46 -04: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 NavMap Fix polygons being treated like triangle strips instead of triangle fans 2022-02-14 18:22:02 +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 Clamp NavigationMesh sample_distance above zero 2022-05-16 21:10:36 +02:00
navigation_mesh_generator.h Fix navmesh baking, fixes #57148 2022-04-02 23:20:41 +02: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
SCsub Backport NavigationServer with RVO2 to 3.x 2022-01-05 16:00:56 +01:00