Skip to content

Terrain based on triangle strip geometry and a texture splatmap (using OpenGL)

License

Notifications You must be signed in to change notification settings

OpenGL-Graphics/terrain

Repository files navigation

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

About

Terrain based on triangle strip geometry and a texture splatmap (using OpenGL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published