Function VisualServerSingleton.environmentSetSsao
Sets the variables to be used with the "Screen Space Ambient Occlusion (SSAO)" post-process effect. See Environment
for more details.
void environmentSetSsao
(
const(RID) env,
const(bool) enable,
const(double) radius,
const(double) intensity,
const(double) radius2,
const(double) intensity2,
const(double) bias,
const(double) light_affect,
const(double) ao_channel_affect,
const(Color) color,
const(long) quality,
const(long) blur,
const(double) bilateral_sharpness
) nothrow @nogc;