Class Transmission
Extension for optical transparency (transmission)
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class Transmission
Properties
TransmissionFactor
The base fraction of light that is transmitted through the surface.
Declaration
[JsonPropertyName("transmissionFactor")]
public float TransmissionFactor { get; set; }
Property 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
[JsonPropertyName("transmissionTexture")]
public TextureInfo TransmissionTexture { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureInfo |