Hello
Is it possible to scale a landscape without keeping the constrain proportions? e.g.: So that I can have a landscape with a size of 509x360.
Thank you for your answers
Hello
Is it possible to scale a landscape without keeping the constrain proportions? e.g.: So that I can have a landscape with a size of 509x360.
Thank you for your answers
Hi, you cannot to change the scale to be non-uniform as that would make individual quads on the landscape rectangular instead of square. But you can make non-square landscapes. The only requirement is that you have a whole number of components.
So you can’t get exactly 509x360, but you can get close.
Using 127x127 quad components, as 4 components x 3 components you can end up with 509x382.
63x63 quad components, in 8 by 6 components you can end up with 505x379.
There are other similar combinations.
Ok, I thought that it would be possible ^^
Thank you for your answer!