Function Light.shadowBias
Used to adjust shadow appearance. Too small a value results in self-shadowing, while too large a value causes shadows to separate from casters. Adjust as needed.
double shadowBias() nothrow @property @nogc;
void shadowBias
(
double v
) nothrow @property @nogc;