diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-28 19:36:35 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-28 19:36:35 -0400 |
commit | fdbe207540541b26d2800f87ddd77006d5fdf4f3 (patch) | |
tree | ec87219d904d2cf4e40f2487b5b795d6a99e5480 /src/first_app.hpp | |
parent | only wait for buffers once. fix chunk mesh edges (diff) | |
download | minecraftvulkan-fdbe207540541b26d2800f87ddd77006d5fdf4f3.tar.gz minecraftvulkan-fdbe207540541b26d2800f87ddd77006d5fdf4f3.tar.bz2 minecraftvulkan-fdbe207540541b26d2800f87ddd77006d5fdf4f3.zip |
async chunk generation
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 d361296..dc912fb 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 = 10; + static constexpr int RENDER_DISTANCE = 15; void createGameObjects(xe::GameObject& viewer); void reloadLoadedChunks(xe::GameObject& viewer); |