Light.shadowBias

Used to adjust shadow appearance. Too small a value results in self shadowing, while too large a value causes shadows to separate from casters. Adjust as needed.

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

Meta