Enum LocalVolumetricFogResolution
Possible values for one element of the Local Volumetric Fog atlas.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
[Obsolete("The texture resolution limit in volumetric fogs have been removed. This enum is unused.")]
public enum LocalVolumetricFogResolution
Fields
Name | Description |
---|---|
Resolution128 | 3D volume of 128x128x128 voxels. |
Resolution256 | 3D volume of 256x256x256 voxels. |
Resolution32 | 3D volume of 32x32x32 voxels. |
Resolution64 | 3D volume of 64x64x64 voxels. |