Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
13 stars 5 forks source link

Lines between chunks #248

Closed snipercup closed 4 months ago

snipercup commented 4 months ago

There are lines visible between chunks. This is because the side of the blocks at the edge of a chunk still have a face. This wasn't yet fixed in #186

image

The solution is to remove the sides from those blocks as well. The problem with this is that you might want to have faces there, for example if the chunk ends on a cliff.