unity-custom-shadow-experiments

October 17, 2017 ยท View on GitHub

A few custom shadow implementation experiments within Unity and repo for experimenting with shadowing techniques.

Shadow Types

Hard

Basic binary hard shadow implementation.

TODO

  • Provide sample count option for PCF
  • Provide option for using a a ShadowMap type for smoother sampling

Variance

Implements variance shadow mapping from this paper.