Function 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.

double ssaoLightAffect() nothrow @property @nogc;

void ssaoLightAffect (
  double v
) nothrow @property @nogc;