godot/modules/navigation/3d
smix8 d4722b9e1f Fix thread-use causing navigation source geometry data corruption
Fixes navigation source geometry data corruption caused by thread-use that changed vertices or indices while the source geometry data was used in a parsing process or read from by the navmesh baking.
2024-06-21 08:06:14 +02:00
..
godot_navigation_server_3d.cpp [Core] Add LocalVector::has for convenience 2024-05-06 18:03:37 +02:00
godot_navigation_server_3d.h Add navigation source geometry parser callbacks 2024-04-19 12:10:57 +02:00
nav_mesh_generator_3d.cpp Fix thread-use causing navigation source geometry data corruption 2024-06-21 08:06:14 +02:00
nav_mesh_generator_3d.h Add navigation source geometry parser callbacks 2024-04-19 12:10:57 +02:00
navigation_mesh_generator.cpp Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfolders 2024-04-15 18:40:43 -07:00
navigation_mesh_generator.h Move 3D-only navigation code to its own subfolder 2024-02-26 04:19:12 -06:00