Function SpatialMaterial.clearcoat

Sets the strength of the clearcoat effect. Setting to 0 looks the same as disabling the clearcoat effect.

double clearcoat() nothrow @property @nogc;

void clearcoat (
  double v
) nothrow @property @nogc;