Function NoiseTexture.asNormalmap

If true, the resulting texture contains a normal map created from the original noise interpreted as a bump map.

bool asNormalmap() nothrow @property @nogc;

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