BokehTechnique Enum
Namespace: Stride.Rendering.ImagesAssembly: Stride.Rendering.dll
Techniques available to perform a DoF effect on a level. The technique directly affects the visual result (bokeh shape) as well as the performance.
public enum BokehTechnique
Fields
Name | Description |
---|---|
CircularGaussian | Circular blur using a Gaussian. |
HexagonalMcIntosh | Hexagonal blur using the McIntosh technique. |
HexagonalTripleRhombi | Hexagonal blur using a combination of 3 rhombi blurs. |