X0nk / Bliss-Shader

A minecraft shader which is an edit of chocapic v9
Other
571 stars 34 forks source link

questions about fog #349

Open Cosmin1245 opened 4 days ago

Cosmin1245 commented 4 days ago

Hello its possible to make fog like this (pic 1) and not like this (pic 2) 2024-11-23_09 32 36 2024-11-23_09 32 47 thank you

X0nk commented 4 days ago

border fog gets a bit more tricky to do when there are clouds in the world. it will not look as clean as the other shader if i simply allow the fog to work the same.

Cosmin1245 commented 3 days ago

border fog gets a bit more tricky to do when there are clouds in the world. it will not look as clean as the other shader if i simply allow the fog to work the same.

Without clouds I encounter the same problem. The idea is the following, when I am at a high enough altitude the fog makes the border disappear well (pic 1). When I'm down, the fog isn't as good. (pic 2)

2024-11-24_19 54 14 2024-11-24_19 54 26

How can I make it look the same both down and up? thanks

X0nk commented 2 days ago

you misunderstood. it the fog doesnt change with/without clouds. i was saying that if i wanted the fog to work like the other shader, clouds make doing so difficult to do in a way that looks good.