Skip to main content

wireframe_sphere

Function wireframe_sphere 

pub fn wireframe_sphere(
    transform: &Mat4,
    radius: f32,
    segments: u32,
    color: [f32; 4],
) -> Vec<GizmoLineInstance>
Expand description

Generates a wireframe sphere for point lights.