In 2014 I have worked on a terrain generator. The basic 3D perlin noise works well to generate a generic terrain, but to get more appealing mountains, different approaches are necessary. For height ...
The main code of this repository is based on Rellikiox's Map Generator. Using OpenGL or DirectX to represent 3D terrain (and remove dependency on SFML). Implement math library for Vector3 to structure ...