bevy/crates/bevy_sprite
Nathan Jeffords b8fb462eff
Text2d render quality (#1171)
improve quality of text2d rendering

* remove coordinate tweaking in sprite-sheet shader
* fixes glyph shimmering of animated text
* reposition glyph before passing it to ab_glyph to normalize its rendering

The result of layout of sequence of glyphs causes individuals to have fractional positions, but since glyph renderings are reused for future instances of that glyph, this produces errors. This change accepts the errors but repositions the glyph to "0, 0" in an effort to get the cleanest possible rendering.
2021-01-01 15:36:00 -06:00
..
src Text2d render quality (#1171) 2021-01-01 15:36:00 -06:00
Cargo.toml release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00