Enum LODCrossFadeDitheringType
Type of the LOD cross-fade.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum LODCrossFadeDitheringType
Fields
Name | Description | Value |
---|---|---|
BayerMatrix | Unity uses the Bayer matrix texture to compute the LOD cross-fade dithering. |
|
BlueNoise | Unity uses the precomputed blue noise texture to compute the LOD cross-fade dithering. |