Closed anthonyec closed 9 months ago
Portrait aspect ratio was poorly supported. It'd look stretched and the borders on the left and right would disappear
https://github.com/anthonyec/godot_little_camera_preview/assets/1451668/1f4586c8-bccd-4c0a-aff6-355d73cf1be0
Sub-pixel problems, notice the wiggle
https://github.com/anthonyec/godot_little_camera_preview/assets/1451668/1e1c2b04-668b-4a17-9832-bb7a0b73421f
Rounding to nearest pixel
Fixes: https://github.com/anthonyec/godot_little_camera_preview/issues/7
Problem
Portrait aspect ratio was poorly supported. It'd look stretched and the borders on the left and right would disappear
Changes
https://github.com/anthonyec/godot_little_camera_preview/assets/1451668/1f4586c8-bccd-4c0a-aff6-355d73cf1be0
Sub-pixel problems, notice the wiggle
https://github.com/anthonyec/godot_little_camera_preview/assets/1451668/1e1c2b04-668b-4a17-9832-bb7a0b73421f
Rounding to nearest pixel
Fixes: https://github.com/anthonyec/godot_little_camera_preview/issues/7