Function 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).
double ssaoRadius2() nothrow @property @nogc;
void ssaoRadius2
(
double v
) nothrow @property @nogc;