An open API service indexing awesome lists of open source software.

https://github.com/gkjohnson/unity-custom-shadow-experiments

A few custom shadow implementation experiments within Unity
https://github.com/gkjohnson/unity-custom-shadow-experiments

3d experimental graphics rendering shaders shadows unity unity3d

Last synced: 7 months ago
JSON representation

A few custom shadow implementation experiments within Unity

Awesome Lists containing this project

README

          

# 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](http://developer.download.nvidia.com/SDK/10.5/direct3d/Source/VarianceShadowMapping/Doc/VarianceShadowMapping.pdf).