10 minute code: 3D Perlin noise Terrain in Processing
Perlin noise is a powerful way to generate cloud-like texture. Here I use it to generate height values and then connect them into a mesh of triangles, resulting in a random 3D terrain. Read on for all the code!
(more…)