Skip to main content

wireframe_cube

Function wireframe_cube 

pub fn wireframe_cube(
    transform: &Mat4,
    half_extents: Vec3,
    color: [f32; 4],
) -> Vec<GizmoLineInstance>
Expand description

Generates a wireframe cube gizmo at the given world-space transform.