Need guidance with PostProcess Blendable

The problem is the same thing I mentioned in my first post in this thread. You are using an unclamped value in a lerp alpha.

You also need to move your Depth divide AFTER the min, otherwise you will skew the results and it will be like you did the inverse on the top plane.

also, maybe take the ABS of the CameraVector.Z just incase its negative.