bevy/crates/bevy_gizmos/src
Robert Walter 381f3d3fa5
fix(primitives): fix polygon gizmo rendering bug (#11699)
This is just a minor fix extracted from #11697

A logic error. We tried to close the polygon shape, if the user
specifies an
unclosed polygon. The closing linestring previously didn't close the
polygon
though, but instead added a zero length line at the last coordinate.

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-02-05 15:09:49 +00:00
..
primitives fix(primitives): fix polygon gizmo rendering bug (#11699) 2024-02-05 15:09:49 +00:00
aabb.rs Multiple Configurations for Gizmos (#10342) 2024-01-18 15:52:50 +00:00
arcs.rs Drawing Primitives with Gizmos (#11072) 2024-02-02 21:13:03 +00:00
arrows.rs Drawing Primitives with Gizmos (#11072) 2024-02-02 21:13:03 +00:00
circles.rs Drawing Primitives with Gizmos (#11072) 2024-02-02 21:13:03 +00:00
config.rs Use TypeIdMap whenever possible (#11684) 2024-02-03 23:47:04 +00:00
gizmos.rs Enable the unsafe_op_in_unsafe_fn lint (#11591) 2024-01-28 23:18:11 +00:00
lib.rs Use TypeIdMap whenever possible (#11684) 2024-02-03 23:47:04 +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