Skip to content

Commit fb6899e

Browse files
authored
Merge pull request #1777 from KhronosGroup/donmccurdy-clearcoat-texture-linear
Clarify linear space for clearcoat textures
2 parents b505b52 + 8ee9182 commit fb6899e

File tree

1 file changed

+1
-1
lines changed
  • extensions/2.0/Khronos/KHR_materials_clearcoat

1 file changed

+1
-1
lines changed

extensions/2.0/Khronos/KHR_materials_clearcoat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ color = (f_emissive + f_diffuse + f_specular) * (1.0 - clearcoatBlendFactor * cl
7979

8080
If `clearcoatFactor` (in the extension) is zero, the whole clearcoat layer is disabled.
8181

82-
The values for clearcoat layer intensity and clearcoat roughness can be defined using factors, textures, or both. If the `clearcoatTexture` or `clearcoatRoughnessTexture` is not given, respective texture components are assumed to have a value of 1.0. If both factors and textures are present, the factor value acts as a linear multiplier for the corresponding texture values.
82+
The values for clearcoat layer intensity and clearcoat roughness can be defined using factors, textures, or both. If the `clearcoatTexture` or `clearcoatRoughnessTexture` is not given, respective texture components are assumed to have a value of 1.0. All clearcoat textures contain RGB components in linear space. If both factors and textures are present, the factor value acts as a linear multiplier for the corresponding texture values.
8383

8484
If `clearcoatNormalTexture` is not given, no normal mapping is applied to the clear coat layer, even if normal mapping is applied to the base material. Otherwise, `clearcoatNormalTexture` may be a reference to the same normal map used by the base material, or any other compatible normal map.
8585

0 commit comments

Comments
 (0)