MaterialBuilder.WithDiffuse
WithDiffuse(Vector4)
[Obsolete("This channel is used by KHR_materials_pbrSpecularGlossiness extension, which has been deprecated by Khronos; use WithBaseColor instead.")]
public MaterialBuilder WithDiffuse(Vector4 rgba)
See Also
WithDiffuse(ImageBuilder, Vector4?)
[Obsolete("This channel is used by KHR_materials_pbrSpecularGlossiness extension, which has been deprecated by Khronos; use WithBaseColor instead.")]
public MaterialBuilder WithDiffuse(ImageBuilder imageFile, Vector4? rgba = default)
See Also