PolyhedralDev / TerraOverworldConfig

Overworld config pack for Terra
Creative Commons Attribution 4.0 International
34 stars 36 forks source link

use white noise for biome fuzzing #107

Closed dfsek closed 2 years ago

dfsek commented 2 years ago

Currently, biome fuzzing uses gaussian noise, which is significantly more expensive than white noise. The fuzzing distance is so low that the difference between white and gaussian would be virtually indistinguishable, so we should probably switch to white noise.