spawn_sphere

Function spawn_sphere 

Source
pub fn spawn_sphere<'a>(
    world: &'a mut GameWorld,
    radius: f32,
    segments: u32,
    rings: u32,
) -> Vessel<'a>
Expand description

Creates a Vessel with a sphere mesh at the origin.