From a139104646d8358b881c33f5c79db4e414a1ab82 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 7 Dec 2019 21:23:05 -0500 Subject: Expose Mesh get_aabb --- doc/classes/Mesh.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Mesh.xml b/doc/classes/Mesh.xml index f7b3b0d7ea..d4804930e1 100644 --- a/doc/classes/Mesh.xml +++ b/doc/classes/Mesh.xml @@ -40,6 +40,14 @@ Generate a [TriangleMesh] from the mesh. + + + + + Returns the smallest [AABB] enclosing this mesh. Not affected by [code]custom_aabb[/code]. + [b]Note:[/b] This is only implemented for [ArrayMesh] and [PrimitiveMesh]. + + -- cgit v1.2.3