If strength is kept equal to 1, decreasing reflectionSpecularFalloffExponent will increase the effect because reflectivity is <= 1 :
-
pow(something_less_than_1, something_less_than_1)is greater thanpow(something_less_than_1, something_greater_than_1).
