James O'Brien
James O'Brien
Unique from the other shapes in that they aren't represented by a single quad so will requiring a more complex or unique rendering pipeline.
Currently the quad generated for arcs does not take into account the fact that they do not necessarily need the full size for a corresponding circle. Overdraw can be significantly...
Should likely wait until after the `cosmic-text` migration in bevy: https://github.com/bevyengine/bevy/issues/7616.
## What problem does this solve or what need does it fill? - Only unsafe APIs currently exist that allow you to specify both target components and entities, used internally...
# Objective - Fix #14295 ## Solution - Early out when `GFBD::get_index_and_compare_data` returns None. ## Testing - Tested on a selection of examples including `many_foxes` and `3d_shapes`. - Resolved the...
## Bevy version v0.14.0 ## What you did Run `bevy_vector_shapes` examples with all features enabled. ## What went wrong The `batch_range` of custom phase items was being trampled causing failure...