PorkStudios / FarPlaneTwo

Level-of-Detail renderer in Minecraft. Allows for render distances of millions of blocks. (Cubic Chunks-compatible) (WIP)
https://daporkchop.net/
Other
1.45k stars 48 forks source link

Not Loading chunks at GT 420 #39

Closed CelalSALMAN closed 3 years ago

CelalSALMAN commented 3 years ago

First of all, forgive me if I have a word mistake I write this using Translation.Firstly, when I enter the game and drop the Chunk, it is loaded halfway beyond 15 meters but my front is not loaded. 2021-05-23_20 24 39

DaMatrix commented 3 years ago

currently, terrain generation is slow (see here for more information). if you move around before the terrain can load in completely, it'll end up looking like what your screenshot.

you should quit the world and open it again, then just wait for all the terrain to load in (which can take a long time). alternatively, use CubicWorldGen, which is significantly faster at the moment.