docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Sheen

    This extension defines a sheen that can be layered on top of an existing glTF material definition. A sheen layer is a common technique used in Physically-Based Rendering to represent cloth and fabric materials, for example.

    Inheritance
    object
    Sheen
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class Sheen

    Fields

    sheenColorFactor

    The sheen color red, green and blue components in linear space.

    Declaration
    public float[] sheenColorFactor
    Field Value
    Type Description
    float[]
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    sheenColorTexture

    The sheen color texture.

    Declaration
    public TextureInfo sheenColorTexture
    Field Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    sheenRoughnessFactor

    The sheen roughness.

    Declaration
    public float sheenRoughnessFactor
    Field Value
    Type Description
    float
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    sheenRoughnessTexture

    The sheen roughness (Alpha) texture.

    Declaration
    public TextureInfo sheenRoughnessTexture
    Field Value
    Type Description
    TextureInfo
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    Properties

    SheenColor

    The sheen color in linear space.

    Declaration
    public Color SheenColor { get; }
    Property Value
    Type Description
    Color
    See Also
    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen

    See Also

    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen
    In This Article
    Back to top
    Copyright © 2024 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)