Tutorials 10 minute code: 3D Perlin noise Terrain in Processing 2023-02-13 Dan 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…)