SpatialMaterial.roughness

Surface reflection. A value of 0 represents a perfect mirror while a value of 1 completely blurs the reflection. See also metallic.

  1. double roughness [@property getter]
  2. double roughness [@property setter]
    struct SpatialMaterial
    @nogc nothrow @property
    void
    roughness
    (
    double v
    )

Meta