Skip to main content

create_sphere_shape

Function create_sphere_shape 

Source
pub fn create_sphere_shape(
    world: &mut World,
    body_id: BodyId,
    def: &ShapeDef,
    sphere: &Sphere,
) -> ShapeId
Expand description

(b3CreateSphereShape)