Difference between revisions of "R3d.BoxShape"

From GiderosMobile
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
=== Description ===
 
=== Description ===
Once you have created a rigid body in the world, you need to add one or more collision shapes to it so that it is able to collide with other bodies.
+
The BoxShape class describes a box collision shape. The box is aligned with the shape local X, Y and Z axis.
 
 
The collision shapes are also the way to represent the mass of a Rigid Body. Whenever you add a collision shape to a rigid body, you need to specify the mass of the shape. Then the rigid body will recompute its total mass, its center of mass and its inertia tensor taking into account all its collision shapes.
 
  
 
{|-
 
{|-
Line 17: Line 15:
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
 
|}
 
|}
 +
 +
----
 +
*'''[[R3d.Shape]]'''
 +
*'''[[ReactPhysics3D]]'''

Latest revision as of 02:10, 19 February 2020

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2019.10

Description

The BoxShape class describes a box collision shape. The box is aligned with the shape local X, Y and Z axis.

Methods

r3d.BoxShape.new creates a new collision box shape