Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 365 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 365 Bytes

ProceduralWorld

I developed a C++ application using OpenGL as graphics API. The application generates a terrain and different biomes procedurally, using two heightmaps created with the Fractal Noise algorithm. The application uses a third heightmap to spawn a specific number of trees and place them in random positions. Some post-processing effects are applied.