Function SpatialMaterial.clearcoatGloss
Sets the roughness of the clearcoat pass. A higher value results in a smoother clearcoat while a lower value results in a rougher clearcoat.
double clearcoatGloss() nothrow @property @nogc;
void clearcoatGloss
(
double v
) nothrow @property @nogc;