docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PbrSpecularGlossiness

    This extension defines the specular-glossiness material model from Physically-Based Rendering (PBR).

    Inheritance
    object
    PbrSpecularGlossiness
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Gltfast.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    [MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
    public class PbrSpecularGlossiness

    Properties

    DiffuseFactor

    Diffuse color red, green, blue and alpha components in linear space.

    Declaration
    [JsonIgnore]
    public ColorAlpha DiffuseFactor { get; set; }
    Property Value
    Type Description
    ColorAlpha
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness

    DiffuseTexture

    Diffuse color texture info.

    Declaration
    [JsonPropertyName("diffuseTexture")]
    public TextureInfo DiffuseTexture { get; set; }
    Property Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness

    GlossinessFactor

    The glossiness or smoothness of the material.

    Declaration
    [JsonIgnore]
    public float GlossinessFactor { get; set; }
    Property Value
    Type Description
    float
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness

    SpecularFactor

    Specular color red, green and blue components in linear space.

    Declaration
    [JsonIgnore]
    public Color SpecularFactor { get; set; }
    Property Value
    Type Description
    Color
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness

    SpecularGlossinessTexture

    The specular-glossiness texture.

    Declaration
    [JsonPropertyName("specularGlossinessTexture")]
    public TextureInfo SpecularGlossinessTexture { get; set; }
    Property Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness

    See Also

    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)