bevy/crates/bevy_gizmos/src
pablo-lua 397d111ea7
Insert Gizmos config instead of Init (#11580)
# Objective

- Fixes #11569 

## Solution

- Add new methods to the Ext Trait 

---

## Changelog

### Added
- Added new methods to the trait `AppGizmoBuilder`

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-01-28 15:00:09 +00:00
..
aabb.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
arcs.rs Implement Arc3D for Gizmos (#11540) 2024-01-28 02:13:17 +00:00
arrows.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
circles.rs Use Direction3d for gizmos.circle normal (#11422) 2024-01-21 18:03:26 +00:00
config.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
gizmos.rs Use Direction3d for gizmos.circle normal (#11422) 2024-01-21 18:03:26 +00:00
lib.rs Insert Gizmos config instead of Init (#11580) 2024-01-28 15:00:09 +00:00
lines.wgsl Fix float precision issue in the gizmo shader (#10408) 2023-11-14 22:36:02 +00:00
pipeline_2d.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
pipeline_3d.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00