top of page
Search
andreabuzzelli

Procedural terrain generation - the beginning

This was one of the first steps in my procedural terrain generation adventure. A simple 3D grid with vertices displaced on the Y axis (vertical direction) according to the value of a 2D Perlin noise function. These experiments started after I saw a very inspiring video series by Sebastian Lague on YoutTube about procedural terrain generation inside Unity. So I tried to do something similar in C++ and OpenGL.


19 views0 comments

Recent Posts

See All

Comments


Post: Blog2_Post
bottom of page