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

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

Articulations 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: 0.01 * PxTolerancesScale::speed * PxTolerancesScale::speed

This call may not be made during simulation.