Class: ExponentialShadowFilter

ExponentialShadowFilter

ExponentialShadowFilter is a shadow filter for directional lights that provides exponential soft shadow mapping. The implementation is highly experimental at this point.


new ExponentialShadowFilter()

Properties:
Name Type Description
blurRadius number

The blur radius for the soft shadows.

darkeningFactor number

A darkening factor of the shadows. Counters some artifacts of the technique.

expScaleFactor number

The exponential scale factor. Probably you shouldn't touch this.

Author:
  • derschmale <http://www.derschmale.com>
See:

Extends

  • ShadowFilter