what method i should use to create smooth transistion between each region? Perlin or random [closed]
Closed 23 mins ago.
Which biomes generator is better? Perlin noise or random
I’m currently creating a random world generator. I only use random module to create the world. Generating land and water aren’t difficult, but when it comes to creating biomes, I am a bit concerning. In order to create a smooth transistion between every biomes, perlin nosie is a good option, but using random can be feasible. Initialy, we can make land have random biomes then change the area next to it. Ex: near desert is warm area, near warm area is cold area, near cold area is freeze area, near freeze area can be cold or freeze area. Just random all the area and loop through every of them to change. I’m currently building the random generator, but mabey It can takes me several days to finish (I have to study for school) so this post may be updated (and sorry for bad English)