Expand description
Components related to physics geometry (colliders, collision-groups, etc.)
Re-exports§
pub use self::shape_views::ColliderView;
Modules§
- Wrappers around Rapier shapes to access their properties.
Structs§
- Flags affecting whether or not collision-detection happens between two colliders depending on the type of rigid-bodies they are attached to.
- Flags affecting the events generated for this
Collider
. - Flags affecting the behavior of the constraints solver for a given contact manifold.
- A geometric entity that can be attached to a
RigidBody
so it can be affected by contacts and intersection queries. - Indicates whether or not the collider is disabled explicitly by the user.
- Component which will be filled (if present) with a list of entities with which the current entity is currently in contact.
- Pairwise collision filtering using bit masks.
- The total force magnitude beyond which a
ContactForceEvent
can be emitted. - Sets the contact skin of the collider.
- The friction affecting a
Collider
. - A bit mask identifying groups for interaction.
- Result of the projection of a point on a shape.
- The Rapier handle of a collider that was inserted to the physics scene.
- Structure containing the result of a successful ray cast.
- The restitution affecting a
Collider
. - Indicates whether or not the
Collider
is a sensor. - The result of a shape cast.
- In depth information about a shape-cast hit.
- Configuration for controlling the behavior of time-of-impact (i.e. shape-casting) calculations.
- Flags affecting the behavior of the constraints solver for a given contact manifold.
- Pairwise constraints resolution filtering using bit masks.
- The status of the cell of an heightfield.
- Parameters controlling the VHACD convex decomposition.
Enums§
- Custom mass-properties of a
Collider
. - Overwrites the default application of
GlobalTransform
scale to aCollider
’s shapes. - Controls how the voxelization determines which voxel needs to be considered empty, and which ones will be considered full.
- The status of the time-of-impact computation algorithm.
Functions§
- We restrict the scaling increment to 1.0e-4, to avoid numerical jitter due to the extraction of scaling factor from the GlobalTransform matrix.