bevy/examples/gizmos
François Mockers 1073c49f96
order systems in axes example (#12486)
# Objective

- in example `axes`, the axes are sometime one frame late to follow
their mesh

## Solution

- System `move_cubes` modify the transforms, and `draw_axes` query them
for the axes
- if their order is not specified, it will be random and sometimes axes
are drawn before transforms are updated
- order systems
2024-03-15 00:54:42 +00:00
..
2d_gizmos.rs Gizmo 3d grids (#12430) 2024-03-13 18:51:53 +00:00
3d_gizmos.rs Gizmo line joints (#12252) 2024-03-11 19:21:32 +00:00
axes.rs order systems in axes example (#12486) 2024-03-15 00:54:42 +00:00
light_gizmos.rs Add basic light gizmos (#12228) 2024-03-03 18:50:46 +00:00