Page 1 of 1

paint the ground with more realism

Posted: 17 Dec 2020, 11:28
by T-Max
Excuse me for my bad translated language!
I have a texture for the soil of 4096 x 4096 (let's say the TT texture). To draw some particulars I use a texture of 1024 x 1024 (let's say the TEXTURE PT). But the details of the PT texture above that of the TT soil, still appear very large.
Terrain1.png
Terrain1.png (3.93 MiB) Viewed 5779 times
By intuition I noticed that if I create a copy of the PT texture with size 512 x 512 the drawing is more realistic (terrain to the right of the track).
Terrain2.png
Terrain2.png (3.46 MiB) Viewed 5779 times
Question. To avoid this step (create smaller textures each time) is it possible to apply an "image scale" on the fly? Thank you very much.

Re: paint the ground with more realism

Posted: 17 Dec 2020, 13:24
by Goku
Nope. You should prepare your textures in 512x512 size.

Re: paint the ground with more realism

Posted: 09 Jan 2021, 14:48
by T-Max
However, in the example I made an image. In reality, with Gimp I have to make a 4096x4096 one, then a 2048x2048 one, then a 1024x1204 one, then a 512x512 one, then a 256x256 one, until I find the right one. The right one is the one that best balances definition / MByte with respect to realism. It is a very tedious job because it must be repeated for all the textures that are used in the route and that take up space on the ssd. Thanks