Function Environment.ssaoBias

The screen-space ambient occlusion bias. This should be kept high enough to prevent "smooth" curves from being affected by ambient occlusion.

double ssaoBias() nothrow @property @nogc;

void ssaoBias (
  double v
) nothrow @property @nogc;