From 8627f1515b7248168f988f77b899d786c2e2d7ad Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Sun, 17 Mar 2019 20:47:19 +1100 Subject: Added height map shape that implement heightmap collision shape --- doc/classes/HeightMapShape.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/classes/HeightMapShape.xml (limited to 'doc/classes') diff --git a/doc/classes/HeightMapShape.xml b/doc/classes/HeightMapShape.xml new file mode 100644 index 0000000000..ec2e18bd7d --- /dev/null +++ b/doc/classes/HeightMapShape.xml @@ -0,0 +1,28 @@ + + + + Height map shape for 3D physics (bullet only) + + + Height map shape resource, which can be added to a [PhysicsBody] or [Area]. + + + + + + + + + + Height map data, pool array must be of [member map_width] * [member map_depth] size. + + + Depth of the height map data. Changing this will resize the [member map_data]. + + + Width of the height map data. Changing this will resize the [member map_data]. + + + + + -- cgit v1.2.3