Rigid Body
Updated: 6 Oct 2025
Generates a static or dynamic rigid body collision object.Updated: 6 Oct 2025
Generates a static or dynamic rigid body collision object.The Rigid Body node defines a static or dynamic rigid body collision object. This is a 3D body that moves under physics and collides with other objects in the same physics system - under the same Physics Root. It must be parented to a Physics Root for physics to work. Useful for quickly setting up collision surfaces, such as side barriers or angled ground planes.
These properties control the 3D transforms of the node. Transforms will generally be inherited by child nodes, although they can be ignored through the Inherit Transform Channels attributes.
Parameter | Details |
---|---|
Position X | The objects position along the local x-axis. |
Position Y | The objects position along the local y-axis. |
Position Z | The objects position along the local z-axis. |
Rotation Heading | The objects rotation around the local y-axis. |
Rotation Pitch | The objects rotation around the local x-axis. |
Rotation Bank | The objects rotation around the local z-axis. |
Scale X | The objects scale along the local x-axis. |
Scale Y | The objects scale along the local y-axis. |
Scale Z | The objects scale along the local z-axis. |
Control the inheritance of the transforms from the parent.
Parameter | Details |
---|---|
Position | Toggle inheritance of the Position from the parent. |
Rotation | Toggle inheritance of the Rotation from the parent. |
Scale | Toggle inheritance of the Scale from the parent. |
World Position Only | Inherit the world position from the parent only, rotation and scale will be ignored. Overrides above properties. |
Inherit Time | Toggle inheritance of time from the parent. |
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
Dynamics Mode |
How the object is used in a physics simulation. Parenting to a Physics Root node node must be done for any physics simulations to occur.
|
GPU Transform Only | If selected, the transform of the body is maintained on GPU only. This reduces latency and increases performance but means that parenting to the object, e.g. using it to transform lights will not work. |
Rigid Body Shape |
The shape of the rigid body used for physics simulation. Often times, a simpler approximation of a mesh can be used for significantly improved performance.
|
Rigid Body Convex Hull Mode |
Determines the convex hull shape generation used to wrap around the node’s geometry. only functions if the Convex Hull shape is selected in the Rigid Body Shape.
|
Show Rigid Body | Displays a debug view of the actual rigid body shapes being used to calculate collisions. |
Bake Physics Transforms | Bake the physics transforms so they are no longer simulated per frame, and simply animated back. |
Baked Transform | The baked transforms, useful for adjusting the animation after baking. |
These properties control the physical properties of the rigid bodies, changing how each object interacts with one another.
Parameter | Details |
---|---|
Static Friction | How much resistance there will be for rigid bodies that are at rest relative to each other to begin moving. |
Friction | How much other rigid bodies will be able to slide along side this rigid body. When two rigid bodies of different frictions interact, the minimum value is used. |
Bounciness | How much this rigid body will bounce off of other rigid bodies in the scene. |
Density | The density of the rigid body. The density is scaled by the area of the shape to determine the mass of the body. |
Collision Radius | The radius of collision shape if applicable. |
Collision Mode |
Mode for calculating collision if applicable.
|
Name | Description | Typical Input |
---|---|---|
Object Node | Allows a 3D Object node to be connected to define the shape of the body. | 3D Object |
Transform Modifiers | Apply the transforms of another node to this node. | Null |
Target Node | Modifiy the rotations of the node to always direct the z axis towards the input. | Null |
Local Transform Override | Apply the transforms of another node to this node, relative to its parent. | Null |