SpatialMaterial.clearcoatEnabled

If true clearcoat rendering is enabled. Adds a secondary transparent pass to the material. Default value: false.

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

Meta