Enum WaterCausticsMeshResolution
Enum that defines the sets of resolution at which the mesh used for the generating the caustics texture is generated.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum WaterCausticsMeshResolution
Fields
Name | Description |
---|---|
High512 | The caustics texture will be renderer from a mesh with a resolution of 512x512 vertices. |
Low128 | The caustics texture will be renderer from a mesh with a resolution of 128x128 vertices. |
Medium256 | The caustics texture will be renderer from a mesh with a resolution of 256x256 vertices.. |