summaryrefslogtreecommitdiff
path: root/servers/navigation_server.h
AgeCommit message (Collapse)Author
2020-03-11Fix various typosluz.paz
Found via `codespell`
2020-02-27Renamed NavigationMeshInstance to NavigationRegionAndrea Catania
2020-02-26Flushes commands just before the navigation server is destroyedAndrea Catania
2020-02-18Added utility functions to the new NavigationServer:Andrea Catania
- Vector3 get_closest_point_to_segment(const Vector3 &p_from, const Vector3 &p_to, const bool &p_use_collision = false); - Vector3 get_closest_point(const Vector3 &p_point); - Vector3 get_closest_point_normal(const Vector3 &p_point); - Object *get_closest_point_owner(const Vector3 &p_point);
2020-02-11Vulkan: Move thirdparty code out of drivers, style fixesRĂ©mi Verschelde
- `vk_enum_string_helper.h` is a generated file taken from the SDK (Vulkan-ValidationLayers). - `vk_mem_alloc.h` is a library from GPUOpen: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania
- Added Navigation Agents and Obstacles. - Integrated Collision Avoidance. This work has been kindly sponsored by IMVU.