Function SpatialMaterial.refractionTexture

Texture that controls the strength of the refraction per-pixel. Multiplied by refractionScale.

Texture refractionTexture() nothrow @property @nogc;

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