Home
last modified time | relevance | path

Searched refs:bentNormal (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.h259 const vec3 bentNormal = normalize(mix(N, anisoNormal, bendFactor)); in GetAnistropicReflectionVector() local
261 return reflect(-V, bentNormal); in GetAnistropicReflectionVector()