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]
    struct SpatialMaterial
    @nogc nothrow @property
    double
    roughness
    ()
  2. double roughness [@property setter]

Meta