bevy/crates/bevy_gizmos/src
Sélène Amanita 8320dc31df
Clarify immediate mode in Gizmos documentation (#9183)
# Objective

- Repeat in `Gizmos` that they are drawned in immediate mode, which is
said at the module level but not here, and detail what it means.
- Clarify for every method of `Gizmos` that they should be called for
every frame.
- Clarify which methods belong to 3D or 2D space (kinda obvious for 2D
but still)

The first time I used gizmos I didn't understand how they work and was
confused as to why nothing showed up.

---------

Co-authored-by: François <mockersf@gmail.com>
Co-authored-by: SpecificProtagonist <vincentjunge@posteo.net>
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2023-07-31 19:14:52 +00:00
..
gizmos.rs Clarify immediate mode in Gizmos documentation (#9183) 2023-07-31 19:14:52 +00:00
lib.rs gizmo plugin lag bugfix (#9166) 2023-07-23 01:01:45 +00:00
lines.wgsl Fix gizmo line width issue when using perspective (#9067) 2023-07-31 18:57:59 +00:00
pipeline_2d.rs Fix gizmo draw order in 2D (#9129) 2023-07-15 21:18:13 +00:00
pipeline_3d.rs Remove unused shader define (#8981) 2023-07-04 21:38:35 +00:00