Function SpatialMaterial.roughnessTexture

Texture used to control the roughness per-pixel. Multiplied by roughness.

Texture roughnessTexture() nothrow @property @nogc;

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