Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_fw.frag47 const float ccRoughness = GetUnpackClearcoatRoughness(instanceIdx);
51 …ccsv.ccRoughness = GetClearcoatRoughnessSample(inUv, instanceIdx) * ccRoughness; // CORE_BRDF_MIN_…
53 ccsv.ccRoughness = clamp(ccsv.ccRoughness, CORE_BRDF_MIN_ROUGHNESS, 1.0);
54 CORE_RELAXEDP const float ccAlpha = ccsv.ccRoughness * ccsv.ccRoughness;
306 … const vec3 ccRadianceSample = GetRadianceSample(ccWorldReflect, clearcoatSV.ccRoughness);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_lighting_common.h64 CORE_RELAXEDP float ccRoughness; member