OpenCubicChunks / CubicChunks2

Infinite* height mod for Minecraft - rewrite for versions above 1.12
MIT License
72 stars 21 forks source link

Fog uses maximum of vertical and horizontal view distance #74

Open CursedFlames opened 2 years ago

CursedFlames commented 2 years ago

Fog currently uses the max of the vertical and horizontal view distances, meaning that edges of the loaded world may not have any fog applied if one is much greater than the other.
We might want to investigate alternative approaches to fog rendering so that the edges of the world look smoother in these cases.

NotStirred commented 2 years ago

perhaps this would be good as an addon mod, though it would be nice to have a basic fallback in CC itself

I seem to remember mojang is messing with fog in 1.18, so we might be able to make minor changes to that