pub unsafe extern "C" fn b3CreateCompoundShape(
bodyId: b3BodyId,
def: *mut b3ShapeDef,
compound: *const b3CompoundData,
) -> b3ShapeIdExpand description
Compound shapes are only allowed on static bodies.
pub unsafe extern "C" fn b3CreateCompoundShape(
bodyId: b3BodyId,
def: *mut b3ShapeDef,
compound: *const b3CompoundData,
) -> b3ShapeIdCompound shapes are only allowed on static bodies.