Skip to main content

b3Shape_SetMesh

Function b3Shape_SetMesh 

Source
pub unsafe extern "C" fn b3Shape_SetMesh(
    shapeId: b3ShapeId,
    meshData: *const b3MeshData,
    scale: b3Vec3,
)
Expand description

Allows you to change a shape to be a mesh or update the current mesh. This does not modify the mass properties. @see b3Body_ApplyMassFromShapes