Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 224 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 224 Bytes

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.