Function ringraphics::sphere_vertices[][src]

pub fn sphere_vertices<F>(rings: u32, sectors: u32, emit_vertex: F) where
    F: FnMut(Vec3, u32, u32),