Difference between revisions of "R3d.BoxShape"
From GiderosMobile
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 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. | ||
{|- | {|- |
Revision as of 23:44, 22 January 2020
Supported platforms:
Available since: Gideros 2019.10
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 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.
Methodsr3d.BoxShape.new creates a new box shape |