Skip to main content

b3Body_SetAngularDamping

Function b3Body_SetAngularDamping 

Source
pub unsafe extern "C" fn b3Body_SetAngularDamping(
    bodyId: b3BodyId,
    angularDamping: f32,
)
Expand description

Adjust the angular damping. Normally this is set in b3BodyDef before creation.