rmaz/Shadow-Mapping
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A simple working example of shadow mapping and variance shadow mapping on iOS. The basic shadow mapping implementation uses a FBO with a depth texture attachment, the variance shadow mapping implementation uses a FBO with half float RG textures, and a Gaussian blur pass to smooth the shadows.