summaryrefslogtreecommitdiffstats
path: root/scene/resources/navigation_mesh_source_geometry_data_3d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-151-325/+0
|
* Fix NavigationMeshSourceGeometryData merge crashsmix82024-04-101-0/+2
| | | | Fixes crash when trying to merge with a null source geometry.
* Add NavigationObstacle options to affect and carve navigation meshsmix82024-03-151-0/+127
| | | | Adds NavigationObstacle options to affect and carve navigation mesh.
* Extend `NavigationMeshSourceGeometryData[23]D` to allow data mergingPawel Lampe2024-03-071-0/+12
|
* Fix linking NavigationServer2D/3D with all classes disabled in build profileRémi Verschelde2024-02-281-7/+0
| | | | | For some reason the destructor for NavigationMeshSourceGeometryData2D/3D being implemented in the .cpp was causing linking issues.
* Fix potential crashes in navmesh bake geometry functionssmix82023-06-191-0/+10
| | | | Fixes potential crashes in navmesh geometry functions.
* Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+181
Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.