Function VisualServerSingleton.environmentSetFog
Sets the variables to be used with the scene fog. See Environment
for more details.
void environmentSetFog
(
const(RID) env,
const(bool) enable,
const(Color) color,
const(Color) sun_color,
const(double) sun_amount
) nothrow @nogc;