Searched refs:bentNormal (Results 1 – 1 of 1) sorted by relevance
259 const vec3 bentNormal = normalize(mix(N, anisoNormal, bendFactor)); in GetAnistropicReflectionVector() local261 return reflect(-V, bentNormal); in GetAnistropicReflectionVector()