Merge pull request #9711 from smix8/navmesh_chunk_demo_links

Add links to navigation mesh chunks demos
This commit is contained in:
Matthew
2024-08-08 22:28:29 -04:00
committed by GitHub
@@ -209,6 +209,13 @@ Baking navigation mesh chunks for large worlds
Building and updating individual navigation mesh chunks at runtime.
.. seealso::
You can see the navigation mesh chunk baking in action in the
`Navigation Mesh Chunks 2D <https://github.com/godotengine/godot-demo-projects/tree/master/2d/navigation_mesh_chunks>`__
and `Navigation Mesh Chunks 3D <https://github.com/godotengine/godot-demo-projects/tree/master/3d/navigation_mesh_chunks>`__
demo projects.
To avoid misaligned edges between different region chunks the navigation meshes have two important properties
for the navigation mesh baking process. The baking bound and the border size.
Together they can be used to ensure perfectly aligned edges between region chunks.