diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-30 15:40:42 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-30 15:40:42 -0400 |
commit | 5585b67a272704e136abe830c336603098914415 (patch) | |
tree | 6a154b6c71fc5d1dcd57fc391a6384c60b190da8 /src/first_app.hpp | |
parent | greedy mesh texturing (diff) | |
download | minecraftvulkan-5585b67a272704e136abe830c336603098914415.tar.gz minecraftvulkan-5585b67a272704e136abe830c336603098914415.tar.bz2 minecraftvulkan-5585b67a272704e136abe830c336603098914415.zip |
finalize greedy meshing
Diffstat (limited to 'src/first_app.hpp')
-rwxr-xr-x | src/first_app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/first_app.hpp b/src/first_app.hpp index 59cf3df..d361296 100755 --- a/src/first_app.hpp +++ b/src/first_app.hpp @@ -32,7 +32,7 @@ class FirstApp { static constexpr int WIDTH = 800; static constexpr int HEIGHT = 600; - static constexpr int RENDER_DISTANCE = 45; + static constexpr int RENDER_DISTANCE = 10; void createGameObjects(xe::GameObject& viewer); void reloadLoadedChunks(xe::GameObject& viewer); |