From 0a36e974daeac1875d4e7551f4ba88ba8e1d1851 Mon Sep 17 00:00:00 2001 From: muiroc Date: Wed, 13 Jun 2018 00:53:28 +0200 Subject: added cylinder shape support --- doc/classes/CylinderShape.xml | 25 +++++++++++++++++++++++++ doc/classes/PhysicsServer.xml | 11 +++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 doc/classes/CylinderShape.xml (limited to 'doc/classes') diff --git a/doc/classes/CylinderShape.xml b/doc/classes/CylinderShape.xml new file mode 100644 index 0000000000..a63cc8831e --- /dev/null +++ b/doc/classes/CylinderShape.xml @@ -0,0 +1,25 @@ + + + + Cylinder shape for collisions. + + + Cylinder shape for collisions. + + + + + + + + + + The cylinder's height. + + + The cylinder's radius. + + + + + diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index 6efbfdb519..d45a3adc9c 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -1413,16 +1413,19 @@ The [Shape] is a [CapsuleShape]. - + + The [Shape] is a [CylinderShape]. + + The [Shape] is a [ConvexPolygonShape]. - + The [Shape] is a [ConcavePolygonShape]. - + The [Shape] is a [HeightMapShape]. - + This constant is used internally by the engine. Any attempt to create this kind of shape results in an error. -- cgit v1.2.3