Class: VarianceShadowFilter

VarianceShadowFilter

VarianceShadowFilter is a shadow filter that provides variance soft shadow mapping. The implementation is highly experimental at this point.


new VarianceShadowFilter()

Properties:
Name Type Description
blurRadius Number

The blur radius for the soft shadows.

lightBleedReduction Number

A value to counter light bleeding, an artifact of the technique.

minVariance Number

The minimum amount of variance.

useHalfFloat Boolean

Uses half float textures for the shadow map, if available. This may result in performance improvements, but also precision artifacts. Defaults to true.

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

Extends

  • ShadowFilter