Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 431 Bytes

Screenshot

Screenshot

Description

Camera rotating around a splatmap terrain rendered with OpenGL.

How to run

# clone repo with its submodules
$ git clone --recursive https://github.com/OpenGL-Graphics/terrain

# build & run
$ cd terrain
$ mkdir build && cd build
$ cmake .. && make -j && ./main

# to get new commits from submodules
$ git submodule update --remote