bevy/crates/bevy_gizmos
Kjolnyr ddefc246b2
Added arc_2d function for gizmos (#8448)
# Objective

Added the possibility to draw arcs in 2d via gizmos

## Solution

- Added `arc_2d` function to `Gizmos`
- Added `arc_inner` function
- Added `Arc2dBuilder<'a, 's>`
- Updated `2d_gizmos.rs` example to draw an arc

---------

Co-authored-by: kjolnyr <kjolnyr@protonmail.ch>
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: ira <JustTheCoolDude@gmail.com>
2023-04-21 15:34:07 +00:00
..
src Added arc_2d function for gizmos (#8448) 2023-04-21 15:34:07 +00:00
Cargo.toml Immediate Mode Line/Gizmo Drawing (#6529) 2023-03-20 20:57:54 +00:00