Searched refs:anisotropicT (Results 1 – 1 of 1) sorted by relevance
81 vec3 anisotropicT; member254 const vec3 anisoDir = asv.anisotropy >= 0.0 ? asv.anisotropicB : asv.anisotropicT; in GetAnistropicReflectionVector()552 const float ToL = dot(asv.anisotropicT, L); in CalculateLight()553 const float ToH = dot(asv.anisotropicT, H); in CalculateLight()