Add soft shadows

This commit is contained in:
Lauri Räsänen 2023-11-04 20:24:18 +02:00
parent 6c9fd76c42
commit 61e95cb550
3 changed files with 31 additions and 10 deletions

View file

@ -18,6 +18,8 @@ Controls:
- PBS
- glTF models
- 1 realtime pointlight
- Shadow mapping
- Soft shadows
- Simple wgsl preprocessor for includes
- Runs on WASM and native desktop
- Tested on:
@ -27,7 +29,6 @@ Controls:
- `Chrome 109.0.5414.120`
TODO:
- Shadow mapping
- Transparency
- Restructuring
- Simplify/abstract renderpasses; will be nice to have for PP and GI