Class Transmission
Extension for optical transparency (transmission)
Inherited Members
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
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 |