Advertisement

Latest ProceduralTerrain Activity

buzzelliart
April 23, 2024 06:28 PM
Day/Night cycle inside my custom OpenGL engine

Finally implemented proper day/night cycle inside my custom OpenGL render.

Now the engine can vary sun position according to hour and day of the year, and also according to the latitude, with a good approximation.

1,586 views
Advertisement
buzzelliart
December 20, 2023 08:11 AM
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…

2,095 views
buzzelliart
November 06, 2023 02:19 PM
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)

7,435 views
buzzelliart
October 31, 2023 08:00 AM
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.

4,680 views
Biome Blending for Voxel World

Hi everyone!

Recently I've been generating a proceduraly generated terrain using OpenSimplex FastNoise. Everything has been going fine until I wanted to add biomes. If I have a mountain biome and then a flatlands biome, the difference is huge and looks like a chunk error. I am wondering how to solve…

3,660 views
Advertisement
Advertisement