Draw a grid (centered at (0, 0, 0))
void DrawGrid( num slices, num spacing, ) => run( () => _debugLabels.DrawGrid(slices, spacing), () => _flat.DrawGrid( slices.toInt(), spacing.toDouble(), ), );