Skip to content

Commit f30accb

Browse files
authored
Merge pull request #9711 from smix8/navmesh_chunk_demo_links
Add links to navigation mesh chunks demos
2 parents 0447cfc + 9017929 commit f30accb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tutorials/navigation/navigation_using_navigationmeshes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,13 @@ Baking navigation mesh chunks for large worlds
209209

210210
Building and updating individual navigation mesh chunks at runtime.
211211

212+
.. seealso::
213+
214+
You can see the navigation mesh chunk baking in action in the
215+
`Navigation Mesh Chunks 2D <https://github.com/godotengine/godot-demo-projects/tree/master/2d/navigation_mesh_chunks>`__
216+
and `Navigation Mesh Chunks 3D <https://github.com/godotengine/godot-demo-projects/tree/master/3d/navigation_mesh_chunks>`__
217+
demo projects.
218+
212219
To avoid misaligned edges between different region chunks the navigation meshes have two important properties
213220
for the navigation mesh baking process. The baking bound and the border size.
214221
Together they can be used to ensure perfectly aligned edges between region chunks.

0 commit comments

Comments
 (0)