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]
    struct Environment
    @nogc nothrow @property
    double
    ssaoLightAffect
    ()
  2. double ssaoLightAffect [@property setter]

Meta