mrk-its / bevy_webgl2

WebGL2 renderer plugin for Bevy game engine
MIT License
172 stars 46 forks source link

Text is wavier than expected #25

Open rparrett opened 3 years ago

rparrett commented 3 years ago

Discovered this while testing bevy-debug-menu in a bare bones bevy_webgl2_app_template.

webgl2-text-wave

This gif is cycling between screenshots of the same app running with webgl2 and natively (macOS, high dpi).

I think that this could be related to https://github.com/bevyengine/bevy/commit/b8fb462effa8964eb2ade0f2385fc08f2777439f.

At least, the equivalent bevy_webgl2 shader still has the ceil in the last line.

I may look into this further at some point, but likely not for a good while.