godot/modules/navigation/3d
smix8 a7520fca6a Add functions to get axis-aligned bounds of navigation regions
Adds functions to get the navigation mesh Rect2 of a NavigationRegion2D or AABB of a NavigationRegion3D.
2025-01-13 20:18:33 +01:00
..
godot_navigation_server_3d.cpp Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
godot_navigation_server_3d.h Add functions to get axis-aligned bounds of navigation regions 2025-01-13 20:18:33 +01:00
nav_base_iteration_3d.h Patch navigation map async synchronization 2024-12-26 13:04:20 +01:00
nav_map_builder_3d.cpp Make NavMeshQueries use NavRegionIteration polygons directly 2025-01-02 15:35:29 +01:00
nav_map_builder_3d.h Change navigation map synchronization to an async process 2024-12-22 02:03:59 +01:00
nav_map_iteration_3d.h Make NavMeshQueries use NavRegionIteration polygons directly 2025-01-02 15:35:29 +01:00
nav_mesh_generator_3d.cpp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
nav_mesh_generator_3d.h Force build editor with regex module, remove checking code. 2025-01-07 19:43:23 +08:00
nav_mesh_queries_3d.cpp shift the polygon heap only if index is in range 2025-01-07 13:40:17 +01:00
nav_mesh_queries_3d.h Make NavMeshQueries use NavRegionIteration polygons directly 2025-01-02 15:35:29 +01:00
nav_region_iteration_3d.h Patch navigation map async synchronization 2024-12-26 13:04:20 +01:00
navigation_mesh_generator.cpp
navigation_mesh_generator.h