Enum VolumetricClouds.CloudErosionNoise
Controls the erosion noise used for the clouds.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum CloudErosionNoise
Fields
Name | Description | Value |
---|---|---|
Worley32 | The erosion noise will be a 32x32x32 worley texture. |
0 |
Perlin32 | The erosion noise will be a 32x32x32 perlin texture. |
1 |