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