Function SpatialMaterial.albedoTexture

Texture to multiply by albedoColor. Used for basic texturing of objects.

Texture albedoTexture() nothrow @property @nogc;

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