1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 18:45:47 +00:00
godot/modules/navigation/3d
smix8 fd727ab994 Fix thread use causing navigation mesh data corruption
Fixes navigation mesh data corruption caused by thread use that changed vertices or polygons while the navigation mesh was processed, e.g. by server sync or baking.
2024-06-21 09:39:16 +02:00
..
godot_navigation_server_3d.cpp Fix thread use causing navigation mesh data corruption 2024-06-21 09:39:16 +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 mesh data corruption 2024-06-21 09:39:16 +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