Inverting Fresnel

Hi All,

I’m looking to use a fresnel node to create some realistic reflection falloffs in some of my materials. The problem is the node seems to create the inverse of what I actually want. I want the reflection on the edges of the material rather than in the middle and fading to matt on the outside. Basically the exact opposite of this example.

Thanks

Just put a OneMinus node after fresnel. Or plug fresnel into alpha of a Lerp and switch the A and B parameters.

That worked perfectly! Thanks!