Function VisualServerSingleton.environmentSetAmbientLight
Sets the ambient light parameters. See Environment
for more details.
void environmentSetAmbientLight
(
const(RID) env,
const(Color) color,
const(double) energy = 1.00000,
const(double) sky_contibution = 0.00000
) nothrow @nogc;