Home
last modified time | relevance | path

Searched refs:anisotropicT (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_lighting_common.h81 vec3 anisotropicT; member
254 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()