Function SpatialMaterial.subsurfScatterTexture

Texture used to control the subsurface scattering strength. Stored in the red texture channel. Multiplied by subsurfScatterStrength.

Texture subsurfScatterTexture() nothrow @property @nogc;

void subsurfScatterTexture (
  Texture v
) nothrow @property @nogc;