OpenGL Procedural Terrain Generation

Profile
Italy
Documenting my journey into procedural terrain generation, using OpenGL and C++.
0 comments
1 followers
15 entries
Advertisement
buzzelliart
June 17, 2024
OpenGL procedural terrain - a longer walk

OpenGL procedural terrain.
Here is a smalll list of some of the techniques I used here:
. tessellation shaders
. trilinear texture mapping
. 2D billboards
. displacement mapping
. wind animation using noise texture
. HDR
. advanced bloom via downsampling
 

8,029 views
buzzelliart
December 20, 2023
OpenGL procedural terrain - volumetric clouds

Additional experiments with volumetric clouds, solved some glitches and managed to mix the clouds with the scene, using the depth of the scene to avoid to show clouds occluded by scene objects (like the terrain). For now I just used a simple 3D perlin noise for the clouds, in the future I plan to t…

3,202 views
buzzelliart
December 12, 2023
OpenGL - Displacement Mapping with Tessellation shaders - demo 02

Additional experiments with displacement mapping using OpenGL tessellation shaders. Textures from: Textures.com

3,064 views
buzzelliart
December 06, 2023
OpenGL - Displacement Mapping with Tessellation shaders

More experiments with terrain rendering, trying to add finer detail using a displacement map, applied over a procedurally generated terrain.
Textures from: Textures.com and FreePBR.com

3,135 views
buzzelliart
November 29, 2023
OpenGL procedural terrain - triplanar texture mapping + normal mapping

Just a small demo of triplanar texture mapping + normal mapping in action over a procedurally generated surface.

To better show the effect, in this simple demo I used a brick texture over a very smooth terrain (generated using small values of "persistence").

Textures from:

. FreePBR.com

. Textures.com

C…

3,056 views
Advertisement
buzzelliart
November 06, 2023
Procedural terrain + adaptive exposure + BLOOM

Improved bloom + experiments with adaptive exposure.

Bloom is heavily inspired by the method described by Jorge Jimenez in his great slides here: http://www.iryoku.com/next-generation-post-processing-in-call-of-duty-advanced-warfare (starts from slide 144)

8,698 views
buzzelliart
October 31, 2023
A small walk inside my procedurally generated terrain

A small walk inside my procedurally generated terrain. Rendered in OpenGL.
The terrain was created using multiple layers of perlin noise and applying hydraulic erosion on it.

Grass and flowers are rendered using billboards and instancing.

6,052 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
13 Followers
klg71
Generalist
53 Entries
1 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
15 Entries
13 Followers
johnhattan
Programmer
1,277 Entries
50 Followers
Advertisement