Function SpatialMaterial.aoTexture

Texture that defines the amount of ambient occlusion for a given point on the object.

Texture aoTexture() nothrow @property @nogc;

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