godot/modules/navigation/3d
smix8 a4cfc77dc0 Move NavigationServer mesh queries to dedicated file
Moves all the navigation mesh query related functions from NavMap and NavRegion to a dedicated file and makes them static.
2024-09-03 13:16:35 +02:00
..
godot_navigation_server_3d.cpp Merge pull request #93498 from smix8/connection_relocation 2024-08-19 16:05:05 +02:00
godot_navigation_server_3d.h Add navigation obstacles to performance monitor stats 2024-06-25 05:17:27 +02:00
nav_mesh_generator_3d.cpp Use MutexLock in more places 2024-08-29 14:12:59 +02: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 Move NavigationServer mesh queries to dedicated file 2024-09-03 13:16:35 +02: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 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