evillemez / terra

An experiment in procedural generation.
0 stars 0 forks source link

perlin height map scale #2

Closed evillemez closed 10 years ago

evillemez commented 10 years ago

My perlin height map implementation is cursory and naive. At the very least it needs to take into account the maxY value and scale the noise accordingly, not just blindly multiply by 10.