bevy/crates/bevy_gizmos/src
Connor King daf3547636
move gizmo arcs to their own file (#10660)
## Objective

- Split different types of gizmos into their own files

## Solution

- Move `arc_2d` and `Arc2dBuilder` into `arcs.rs`
- turns out there's no 3d arc function! I'll add one Soon(TM) in another
MR

## Changelog

- Changed
  - moved `gizmos::Arc2dBuilder` to `gizmos::arcs::Arc2dBuilder`

## Migration Guide

- `gizmos::Arc2dBuilder` -> `gizmos::arcs::Arc2dBuilder`
2023-11-22 14:58:34 +00:00
..
arcs.rs move gizmo arcs to their own file (#10660) 2023-11-22 14:58:34 +00:00
arrows.rs Move Circle Gizmos to Their Own File (#10631) 2023-11-20 09:47:50 +00:00
circles.rs Move Circle Gizmos to Their Own File (#10631) 2023-11-20 09:47:50 +00:00
gizmos.rs move gizmo arcs to their own file (#10660) 2023-11-22 14:58:34 +00:00
lib.rs move gizmo arcs to their own file (#10660) 2023-11-22 14:58:34 +00:00
lines.wgsl Fix float precision issue in the gizmo shader (#10408) 2023-11-14 22:36:02 +00:00
pipeline_2d.rs Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
pipeline_3d.rs Fix gizmo crash when prepass enabled (#10360) 2023-11-03 23:38:50 +00:00