Rigid Body
Overview
Properties| Name
| Description
|
|---|
| Motion Type
| The type of motion used.
|
| Motion Quality
| The method of detecting collisions to solve issues on a high velocity.
|
| Mass
| The mass of the rigid body.
|
| Center Of Mass Offset
| Offset of the center of mass from the automatically calculated value.
|
| Gravity Factor
| The factor of affect global gravity.
|
| Linear Damping
| The linear reduction of velocity over time.
|
| Angular Damping
| The angular reduction of velocity over time.
|
| Material
| The physical material used by the rigid body.
|
| Material Friction
| The amount of friction applied on the rigid body.
|
| Material Restitution
| The ratio of the final relative velocity to initial relative velocity of the rigid body after collision.
|
| Linear Velocity
| The initial linear velocity of the body.
|
| Angular Velocity
| The initial angular velocity of the body.
|
| Display Contacts
| Whether to display collected collision contacts data.
|
| Collision Sound
| The sound when the body collided with another body.
|
See also