docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Transmission

    Extension for optical transparency (transmission)

    Inheritance
    object
    Transmission
    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 Transmission

    Fields

    transmissionFactor

    The base fraction of light that is transmitted through the surface.

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

    transmissionTexture

    A texture that defines the transmission fraction of the surface, stored in the R channel. This will be multiplied by transmissionFactor.

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

    See Also

    https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_transmission
    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)