- Home /
Background Image Distortion
Hi
I have a very large background image: 5232 x 1090 in a 2D game. I have applied this to a quad and I am unsure about how to set the Scale values for X and Y. Currently the image looks very distorted and not as crisp as the original.
Any advice would be appreciated.
Thanks!
Answer by samsha · Dec 13, 2016 at 10:09 AM
Found the answer I was looking for:
Divide both width and height by 100 to scale it correctly.
So in my case: width: 52.32 height: 10.9
Answer by getyour411 · Dec 13, 2016 at 01:21 AM
http://andrew.hedges.name/experiments/aspect_ratio/ or any other online image scale calc should help.
Your answer
Follow this Question
Related Questions
Scaling a quad 1 Answer
Best way to implement a scrolling checkerboard background that scales with screen size? 1 Answer
Best way to go for 2d scenery? 2 Answers
Images in games 1 Answer