Function SpatialMaterial.depthEnabled
If true
, depth mapping is enabled (also called "parallax mapping" or "height mapping"). See also normalEnabled
.
bool depthEnabled() nothrow @property @nogc;
void depthEnabled
(
bool v
) nothrow @property @nogc;