You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest version of piston_window (0.117.0) on linux (updated arch), and I'm having this weird issue where images I render using the code below are all *1.5 zoomed. I can get it to kinda work with something hacky along the lines of c.transform.zoom(0.667) but it's weird + the scaling isn't perfect and I get bad aliasing.
So I found a temporary fix that avoids the aliasing, c.transform.zoom(2.0 / 3.0) instead of c.transform.zoom(0.667). Still, weird solution I'd love to avoid + idk what runtime performance issues may arise from scaling each loaded asset
Hi there,
I'm using the latest version of
piston_window
(0.117.0) on linux (updated arch), and I'm having this weird issue where images I render using the code below are all *1.5 zoomed. I can get it to kinda work with something hacky along the lines ofc.transform.zoom(0.667)
but it's weird + the scaling isn't perfect and I get bad aliasing.The text was updated successfully, but these errors were encountered: