The Bounding of Rigid Body

The Bounding Parameters of a physics object is a defined area outside of the object that determines where other physics-enabled objects collide. The bounding shape can be either default or customized. The more complex your bounding mesh is, the more system resources it will require to simulate.

Bounding and Collision

After you assign a bounding type to a rigid body, the range for collision will be defined. The collision does not necessarily happen according to the shape of the rigid body, but to the shape of the bounding mesh instead. The basic bound types are Box, Sphere and Capsule; and the complicated types are Convex Hull and Self Mesh.

A diamond is assigned with a Box bound.

The physics balls collide against the bounding shape instead of the skin of the diamond.

Collision Margin

Collision Margin is the reaction range from the surface of a rigid body during collision. The higher the value, the farther away the rigid body will be from other physics object when a collision is initiated. This is useful especially when the sharp edges of colliding objects intersect unintentionally.

Collision Margin = 0

The sharp edges of the model penetrate the falling rigid one.

Collision Margin = 8

The falling rigid body is deflected thanks to the larger collision margin value.

If the Collision Margin is set too high, then the collision interactions with other physics-enabled bodies may look strange.

Collision Margin = 15

The falling rigid body is too far away from the other one.

Note:

Please note that the Collision Margin only works between rigid bodies. The Soft Clothes are not influenced by this setting.

Convex Hull and Self Mesh

Convex Hull

Self Mesh