Function Environment.autoExposureEnabled
If true
, enables the tonemapping auto exposure mode of the scene renderer. If true
, the renderer will automatically determine the exposure setting to adapt to the scene's illumination and the observed light.
bool autoExposureEnabled() nothrow @property @nogc;
void autoExposureEnabled
(
bool v
) nothrow @property @nogc;