Function SpatialMaterial.rimTexture

Texture used to set the strength of the rim lighting effect per-pixel. Multiplied by rim.

Texture rimTexture() nothrow @property @nogc;

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