pub fn gizmo() -> impl DerefMut
A global gizmo context for use outside of bevy systems.
fn draw() { gizmo().sphere(Isometry3d::IDENTITY, 0.5, WHITE); }