Function SpatialMaterial.rimEnabled

If true, rim effect is enabled. Rim lighting increases the brightness at glancing angles on an object.

bool rimEnabled() nothrow @property @nogc;

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