First procedural terrain
This is the first attempt to make a procedural terrain. The same quadtree-based terrain engine is used as before. But instead of loading pieces of pre-processed planet texture from the disk, the engine generates textures programmatically (on CPU). The first step is calculating a multi-octave...

