Function SpatialMaterial.subsurfScatterEnabled
If true
, subsurface scattering is enabled. Emulates light that penetrates an object's surface, is scattered, and then emerges.
bool subsurfScatterEnabled() nothrow @property @nogc;
void subsurfScatterEnabled
(
bool v
) nothrow @property @nogc;