Function BakedLightmap.bakeHdr
If true
, the lightmap can capture light values greater than 1.0
. Turning this off will result in a smaller file size.
bool bakeHdr() nothrow @property @nogc;
void bakeHdr
(
bool v
) nothrow @property @nogc;