Function SpatialMaterial.depthScale

Scales the depth offset effect. A higher number will create a larger depth.

double depthScale() nothrow @property @nogc;

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