Searched refs:bendFactor (Results 1 – 1 of 1) sorted by relevance
258 const float bendFactor = abs(asv.anisotropy) * clamp(asv.roughness * 5.0, 0.0, 1.0); in GetAnistropicReflectionVector() local259 const vec3 bentNormal = normalize(mix(N, anisoNormal, bendFactor)); in GetAnistropicReflectionVector()