Function SpatialMaterial.normalTexture

Texture used to specify the normal at a given pixel. The normal_texture only uses the red and green channels. The normal read from normal_texture is oriented around the surface normal provided by the Mesh.

Texture normalTexture() nothrow @property @nogc;

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