pub fn draw_sphere_wires(
    center: Vec3,
    radius: f32,
    texture: impl Into<Option<Texture2D>>,
    color: Color
)