Forráskód Böngészése

Mention that the NavigationMesh border_size only works along xz-axis

Adds a warning that the NavigationMesh border_size property only works along xz-axis as a limitation of the Recast third-party baking library.
smix8 1 éve
szülő
commit
04f9e34d04

+ 4 - 0
tutorials/navigation/navigation_using_navigationmeshes.rst

@@ -255,6 +255,10 @@ parts so that only the intended chunk size is left.
 
     The baking bounds need to be large enough to include a reasonable amount of source geometry from all the neighboring chunks.
 
+.. warning::
+
+    In 3D the functionality of the border size is limited to the xz-axis.
+
 Navigation mesh baking common problems
 --------------------------------------