Rigid Body

Rigid Bodies are - as the name suggests - solid bodies that cannot be deformed by forces and interact as a whole with other simulation objects and forces (e.g. collisions with other simulation objects such as Cloth, Ropes, Pyro).

Rigid Bodies are probably the most common type of simulation, as they can be used to simulate "simple" behaviors such as objects falling to the ground and colliding with each other:

Dominoes - defined as Rigid Bodies - collide with each other.

Rigid Body tags can be assigned not only to individual objects, but also to generators that make many individual objects available. For example, Cloner or Voronoi Break objects ensure that a corresponding tag is assigned internally to each element. This allows you to create complex setups like the one in the scene above in no time at all.

Note: Rigid Bodies have a special feature: An additional set of coordinates is displayed at the bottom of their Coordinates tab. These are called Deformation Transformation, are grayed out, but can be read out via XPresso. Why "deformation"? Rigid Bodies function internally in the program as a deformation. In practical terms, this means that the position and angle of a Rigid Body can be read out and assigned to other objects, for example.

Tips and Tricks