SpatialMaterial.rimTint

The amount of to blend light and albedo color when rendering rim effect. If 0 the light color is used, while 1 means albedo color is used. An intermediate value generally works best.

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

Meta