This scene demonstrates procedural planet generation using 3D Perlin noise. An icosphere's vertices are displaced based on multiple layers (octaves) of noise to create fractal patterns resembling continents, mountains, and oceans.
The terrain is colored based on its elevation. You can adjust the noise parameters in the control panel to see how they affect the final geometry.