mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Merge pull request #9711 from smix8/navmesh_chunk_demo_links
Add links to navigation mesh chunks demos
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user