Enum BokehTechnique
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
- Extension Methods
Fields
CircularGaussian = 0
Circular blur using a Gaussian.
HexagonalMcIntosh = 1
Hexagonal blur using the McIntosh technique.
HexagonalTripleRhombi = 2
Hexagonal blur using a combination of 3 rhombi blurs.