diff --git a/Flimsy Fox PBR.shader b/Flimsy Fox PBR.shader index c5eff09..a6c46ec 100644 --- a/Flimsy Fox PBR.shader +++ b/Flimsy Fox PBR.shader @@ -372,7 +372,7 @@ } sphereSample /= d; - float3 wi = (eyeVector + 1)/2; + float3 wi = -(eyeVector + 1)/2; //DEBUG: Should the Z and X axis be swapped in the ZX-plane? float2 sphereXY = sphereSample.xy;