Function SpatialMaterial.roughness
Surface reflection. A value of 0 represents a perfect mirror while a value of 1 completely blurs the reflection. See also metallic.
double roughness() nothrow @property @nogc;
void roughness
(
double v
) nothrow @property @nogc;