Skip to main content

b3World_SetHitEventThreshold

Function b3World_SetHitEventThreshold 

Source
pub unsafe extern "C" fn b3World_SetHitEventThreshold(
    worldId: b3WorldId,
    value: f32,
)
Expand description

Adjust the hit event threshold. This controls the collision speed needed to generate a b3ContactHitEvent. Usually in meters per second. @see b3WorldDef::hitEventThreshold