Enum LODCrossFadeDitheringType
Type of the LOD cross-fade.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum LODCrossFadeDitheringType
필드
| 이름 | 설명 |
|---|---|
| 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. |