bevy/crates/bevy_gizmos/src
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
..
gizmos.rs Added arc_2d function for gizmos (#8448) 2023-04-21 15:34:07 +00:00
lib.rs do not crash when rendering only one gizmo (#8434) 2023-04-18 16:31:55 +00:00
lines.wgsl Fix segfault with 2d gizmos (#8223) 2023-03-29 18:05:03 +00:00
pipeline_2d.rs Fix crash when enabling HDR on 2d cameras (#8151) 2023-03-21 18:31:52 +00:00
pipeline_3d.rs Immediate Mode Line/Gizmo Drawing (#6529) 2023-03-20 20:57:54 +00:00