Optional
specularThe strength of the specular reflection. Default to 1
.
Optional
specularA texture that defines the strength of the specular reflection, stored in the alpha (A
) channel. This will be multiplied by specularFactor
.
Optional
specularThe F0 color of the specular reflection (linear RGB
). Default to [1, 1, 1]
.
Optional
specularA texture that defines the F0 color of the specular reflection, stored in the RGB
channels and encoded in sRGB. This texture will be multiplied by specularColorFactor
.
Define the
KHR_materials_specular
extension materials options.