From ecfbb0fd28946e5f7f60073e8fb4b84572e03bab Mon Sep 17 00:00:00 2001 From: asheraryam Date: Thu, 30 Apr 2020 09:41:22 +0300 Subject: Expose creating multiple-convex-collision static bodies to GDScript --- doc/classes/MeshInstance3D.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/MeshInstance3D.xml b/doc/classes/MeshInstance3D.xml index e1a6cf44a7..b015a21d67 100644 --- a/doc/classes/MeshInstance3D.xml +++ b/doc/classes/MeshInstance3D.xml @@ -20,6 +20,13 @@ This helper creates a [StaticBody3D] child node with a [ConvexPolygonShape3D] collision shape calculated from the mesh geometry. It's mainly used for testing. + + + + + This helper creates a [StaticBody3D] child node with multiple [ConvexPolygonShape3D] collision shapes calculated from the mesh geometry via convex decomposition. It's mainly used for testing. + + -- cgit v1.2.3