Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 295 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 295 Bytes

Terrain rendering

My undergraduate thesis project, focused in computer graphics. This project receives a height map texture as input and render the 3D terrain represented by it using displacement mapping and tesselation shaders.

This project was developed using C++, OpenGL/GLSL and SDL.