pub fn spawn_sphere<'a>( world: &'a mut GameWorld, radius: f32, segments: u32, rings: u32, ) -> Vessel<'a>
Creates a Vessel with a sphere mesh at the origin.