Environment.ssaoLightAffect

The screen-space ambient occlusion intensity in direct light. In real life, ambient occlusion only applies to indirect light, which means its effects can't be seen in direct light. Values higher than 0 will make the SSAO effect visible in direct light.

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

Meta