virtualx-engine/modules/navigation
smix8 689179036b Add Warning to NavigationMesh bake when source geometry is suspiciously big
Adds Warning when users try to bake a NavigationMesh with suspiciously big source geometry and small cellsizes as this baking process will likely fail or result in a NavigationMesh that will create serious pathfinding performance issues.

(cherry picked from commit 79511af7c9)
2022-05-16 17:14:43 +02:00
..
config.py
godot_navigation_server.cpp Fix navigation merge errors, fixes #56786 2022-02-02 23:52:29 +01:00
godot_navigation_server.h Fix navigation merge errors, fixes #56786 2022-02-02 23:52:29 +01: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 Add Warning to NavigationMesh bake when source geometry is suspiciously big 2022-05-16 17:14:43 +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