105fff0029
previously the current number of vertices was stored in the chunk, and the same variable got later reused for the number of triangles. This modification increases clarity and avoid glitches when blockpicking |
||
---|---|---|
include | ||
lib | ||
shaders | ||
src | ||
textures | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
build-and-run.sh |
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)