/shadowmapping

Implement shadow mapping technique for unity.

Primary LanguageC#

shadowmapping

Implement shadow mapping technique for unity. Support:

  • One directional light.
  • Support softshadow percentage-closer filtering(PCF) 2x2, PCF 4 Dithered Samples, PCF 4x4.
  • Support shader model 2.0 and 3.0.