pub unsafe extern "C" fn PxRigidDynamic_setStabilizationThreshold_mut(
    self_: *mut PxRigidDynamic,
    threshold: f32
)
Expand description

Sets the mass-normalized kinetic energy threshold below which an actor may participate in stabilization.

Actors whose kinetic energy divided by their mass is above this threshold will not participate in stabilization.

This value has no effect if PxSceneFlag::eENABLE_STABILIZATION was not enabled on the PxSceneDesc.

Default: 1e-5f * PxTolerancesScale::speed * PxTolerancesScale::speed