Skybox can be seen in underground caves when the fog distance is very short
Lolothepro opened this issue ยท 2 comments
Bug Description
In the caves, if a mod changes the fog start, the player can see the stars.
Fog config: config.json
Reproduction Steps
Install a mod that changes the Fog distance (like Fog)
Change the mod settings
Log File
Crash Report
I don't think this is easily fixed. The terrain shader is responsible for applying fog, and if there's no blocks between you and the sky (even if you are underground), the shader is not going to fill in that part of the sky.
Sodium likely makes this problem worse because it also culls geometry behind the fog. Can you see if disabling Video Settings > Performance > Use Fog Occlusion
improves the issue?
I don't think this is easily fixed. The terrain shader is responsible for applying fog, and if there's no blocks between you and the sky (even if you are underground), the shader is not going to fill in that part of the sky.
Sodium likely makes this problem worse because it also culls geometry behind the fog. Can you see if disabling
Video Settings > Performance > Use Fog Occlusion
improves the issue?
Yeap