Hi, i'm trying to make my own fog with the depth buffer, but when i rotate the camera (simply rotate, not move) the "transition line" that i make using a clamp and smoothing is rotate along with the camera.
I'm using a shader graph with the basic saturate(SceneDepth - ScreenPos.a/depth) to get a 0-1 value
Scene depth is set to Eye and Screen Position to Raw