MaterialBuilder.WithSpecularGlossiness

WithSpecularGlossiness(Vector3?, float?)

[Obsolete("This channel is used by KHR_materials_pbrSpecularGlossiness extension, which has been deprecated by Khronos; use WithSpecularColor instead.")]
public MaterialBuilder WithSpecularGlossiness(Vector3? specular = default, float? glossiness = null)

See Also


WithSpecularGlossiness(ImageBuilder, Vector3?, float?)

[Obsolete("This channel is used by KHR_materials_pbrSpecularGlossiness extension, which has been deprecated by Khronos; use WithSpecularColor instead.")]
public MaterialBuilder WithSpecularGlossiness(ImageBuilder imageFile, Vector3? specular = default, 
    float? glossiness = null)

See Also