From 0c4d99f4fdcee4b1b6c289c83fb448262e60974b Mon Sep 17 00:00:00 2001 From: smix8 <52464204+smix8@users.noreply.github.com> Date: Thu, 23 Jun 2022 13:54:41 +0200 Subject: Implement NavigationMesh bake area Adds two new properties to NavigationMesh resources to restrict the navmesh baking to an area enclosed by an AABB with volume. --- doc/classes/NavigationMesh.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml index 3c18b56658..966f964b12 100644 --- a/doc/classes/NavigationMesh.xml +++ b/doc/classes/NavigationMesh.xml @@ -107,6 +107,12 @@ The maximum allowed length for contour edges along the border of the mesh. [b]Note:[/b] While baking, this value will be rounded up to the nearest multiple of [member cell_size]. + + If the baking [AABB] has a volume the navigation mesh baking will be restricted to its enclosing area. + + + The position offset applied to the [member filter_baking_aabb] [AABB]. + If [code]true[/code], marks spans that are ledges as non-walkable. -- cgit v1.2.3