filmov
tv
LWJGL 3 OpenGL - Voxel Game Chunk Loading/Unloading (Part 2)
![preview_player](https://i.ytimg.com/vi/VPGwG_ixOPQ/maxresdefault.jpg)
Показать описание
Added chunk loading/unloading as the player moves through the world.
Render distance is 1,000 voxels around the player.
Everything is single-threaded right now, so chunk loading/unload happens in the render thread. There is a fixed max. budget for chunk building per frame.
And the game + OBS capture ran on my Laptop.
Sources:
Render distance is 1,000 voxels around the player.
Everything is single-threaded right now, so chunk loading/unload happens in the render thread. There is a fixed max. budget for chunk building per frame.
And the game + OBS capture ran on my Laptop.
Sources: