Bliss Shaders

Bliss Shaders

3M Downloads

questions about fog

Cosmin1245 opened this issue ยท 3 comments

commented

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

commented

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.

commented

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

commented

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.