Class Transmission
Extension for optical transparency (transmission) https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_transmission
Inherited Members
Namespace: GLTFast.Schema
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 |
---|---|
Single |
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 |