mirror of
https://github.com/bevyengine/bevy
synced 2024-11-28 15:40:21 +00:00
eddb006a8a
# Objective - Make gizmos behavior consistent across platforms ## Solution - Use `u32` instead of `usize` for resolution/subdivisions/segments/etc fields --- ## Changelog - Change resolutions in gizmos from `usize` to `u32` ## Migration Guide - All gizmos now take `u32` instead of `usize` for their resolution/subdivision/segment counts |
||
---|---|---|
.. | ||
primitives | ||
aabb.rs | ||
arcs.rs | ||
arrows.rs | ||
circles.rs | ||
config.rs | ||
cross.rs | ||
gizmos.rs | ||
grid.rs | ||
lib.rs | ||
light.rs | ||
line_joints.wgsl | ||
lines.wgsl | ||
pipeline_2d.rs | ||
pipeline_3d.rs | ||
rounded_box.rs |