pp_lens.fx

Posted By: Dooley

pp_lens.fx - 01/31/20 02:09

I am trying to use the pp_lens.fx effect. It works, but it seems too strong for what I want. Is it possible to make the effect slightly less strong? The only parameters offered are the x and y coordinates for the effect, I don't see anything about the strength of the effect.
Posted By: Dooley

Re: pp_lens.fx - 01/31/20 02:12

Oops, I think I found it.

Code
float off = 0.1 * exp2(-dot(midCoord.xy, midCoord.xy));


This seems to determine the strength. Changing 0.1 to a lower value, like 0.05 makes the effect less obvious.
© 2024 lite-C Forums