Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 523 Bytes

unity-custom-shadow-experiments

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.