Function SpatialMaterial.aoEnabled

If true, ambient occlusion is enabled. Ambient occlusion darkens areas based on the aoTexture.

bool aoEnabled() nothrow @property @nogc;

void aoEnabled (
  bool v
) nothrow @property @nogc;