godot/modules/navigation/3d
smix8 b840c9837a Reduce allocations for NavMap synchronisation
Improves navigation map sync performance be avoiding unnecessary memory allocations.
2024-11-05 22:10:53 +01:00
..
godot_navigation_server_3d.cpp Add navigation region point and segment queries 2024-09-10 01:38:46 +02:00
godot_navigation_server_3d.h Add navigation region point and segment queries 2024-09-10 01:38:46 +02:00
nav_mesh_generator_3d.cpp Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
nav_mesh_generator_3d.h Add navigation source geometry parser callbacks 2024-04-19 12:10:57 +02:00
nav_mesh_queries_3d.cpp Reduce allocations for NavMap synchronisation 2024-11-05 22:10:53 +01:00
nav_mesh_queries_3d.h Move NavigationServer mesh queries to dedicated file 2024-09-03 13:16:35 +02:00
navigation_mesh_generator.cpp
navigation_mesh_generator.h