Hacker News new | ask | show | jobs
by baq 475 days ago
Ultimately the goal is to make something good looking, how does a different noise algorithm matter? IOW why simplex generates better height maps than perlin?
1 comments

Parent basically says it but Perlin noise tends to generate spatial correlations that don’t look uniform. Simplex noise doesn’t.

On the practical level, Simplex noise is also faster and generalizes to n-dimensional noise easier.