Heightmap rendering with some LOD techniques
- gcc >= 4.7 || msvc >= 12
- OpenGL 4.2.
- GLEW
- GLM
- SDL 2
- Boost 1.55.
This project is using cmake.
GCC:
mkdir build && cd buildcmake ..make
MSVC:
mkdir build && cd buildcmake -G Visual Studio 12- Open MSVC and build solution