Searched refs:anisotropicB (Results 1 – 1 of 1) sorted by relevance
82 vec3 anisotropicB; member254 const vec3 anisoDir = asv.anisotropy >= 0.0 ? asv.anisotropicB : asv.anisotropicT; in GetAnistropicReflectionVector()554 const float BoL = dot(asv.anisotropicB, L); in CalculateLight()555 const float BoH = dot(asv.anisotropicB, H); in CalculateLight()