Enum LODCrossFadeDitheringType
Type of the LOD cross-fade.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum LODCrossFadeDitheringType
Fields
Name | Description |
---|---|
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. |