summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-30 15:40:42 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-30 15:40:42 -0400
commit5585b67a272704e136abe830c336603098914415 (patch)
tree6a154b6c71fc5d1dcd57fc391a6384c60b190da8 /src/first_app.hpp
parentgreedy mesh texturing (diff)
downloadminecraftvulkan-5585b67a272704e136abe830c336603098914415.tar.gz
minecraftvulkan-5585b67a272704e136abe830c336603098914415.tar.bz2
minecraftvulkan-5585b67a272704e136abe830c336603098914415.zip
finalize greedy meshing
Diffstat (limited to 'src/first_app.hpp')
-rwxr-xr-xsrc/first_app.hpp2
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);