3da0231629
This system decouples the Secondary threads from the Render thread. Once a chunk is meshed, only the mesh data is sent to the rendering thread, which does not use any direct reference to the chunk itself |
||
---|---|---|
include | ||
lib | ||
shaders | ||
src | ||
textures | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md | ||
build-and-run.sh | ||
intervalmap.hpp |
README.md
Port of https://git.emamaker/voxel-test-intervalmaps to C++ and OpenGL.
Credits
CMake template based on https://github.com/kigster/cmake-project-template by Konstantin Gredeskoul under MIT License
Rest of credits is in respective source files (OpenSimplexNoise, glad, glm, stb_image)