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]
  2. double shadowBias [@property setter]
    struct Light
    @nogc nothrow @property
    void
    shadowBias
    (
    double v
    )

Meta