pub fn wireframe_sphere( transform: &Mat4, radius: f32, segments: u32, color: [f32; 4], ) -> Vec<GizmoLineInstance>
Generates a wireframe sphere for point lights.