Environment.ssaoRadius2

The secondary screen-space ambient occlusion radius. If set to a value higher than 0, enables the secondary screen-space ambient occlusion effect which can be used to improve the effect's appearance (at the cost of performance).

  1. double ssaoRadius2 [@property getter]
  2. double ssaoRadius2 [@property setter]
    struct Environment
    @nogc nothrow @property
    void
    ssaoRadius2
    (
    double v
    )

Meta