mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
63a51b546e
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 e33fa9d8331f38c8c404b9d6ea286eacb503d3bb) |
||
---|---|---|
.. | ||
config.py | ||
godot_navigation_server.h | ||
nav_map.cpp | ||
nav_map.h | ||
nav_region.cpp | ||
nav_region.h | ||
nav_rid.h | ||
nav_utils.h | ||
navigation_mesh_editor_plugin.cpp | ||
navigation_mesh_editor_plugin.h | ||
navigation_mesh_generator.cpp | ||
navigation_mesh_generator.h | ||
pandemonium_navigation_server.cpp | ||
pandemonium_navigation_server.h | ||
register_types.cpp | ||
register_types.h | ||
rvo_agent.cpp | ||
rvo_agent.h | ||
SCsub |