Light.shadowBias

Used to adjust shadow appearance. Too small a value results in self-shadowing ("shadow acne"), while too large a value causes shadows to separate from casters ("peter-panning"). Adjust as needed.

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

Meta