Method TransmissionWorkaroundShaderMode
TransmissionWorkaroundShaderMode(Transmission, ref Color)
Approximates Transmission material effect for Render Pipelines / Shaders where filtering the backbuffer is not possible.
Declaration
protected static bool TransmissionWorkaroundShaderMode(Transmission transmission, ref Color baseColorLinear)
Parameters
Type | Name | Description |
---|---|---|
Transmission | transmission | glTF transmission extension data |
Color | baseColorLinear | BaseColor reference. Alpha will be altered according to transmission |
Returns
Type | Description |
---|---|
bool | True when the transmission can be approximated with Premultiply mode. False if blending is better |