enum DepthOfFieldType
Types of available depth of field effects.
Values
| Name | Value | Description |
|---|---|---|
Gaussian |
0 |
Fastest depth of field variant, uses gaussian blur to approximate depth of field on near and far objects, but doesn't use any physically based methods for determining blur amount. |
Bokeh |
1 |
Very expensive depth of field variant that allows you to use a bokeh texture, controlling the shape of the blur (usually intended to mimic real world camera aperature shapes). |