This commit is contained in:
2021-01-02 00:10:29 -08:00
commit 82b68101b2
10 changed files with 962 additions and 0 deletions

13
shadow/README.md Normal file
View File

@@ -0,0 +1,13 @@
# shadow
This animated example demonstrates shadow mapping.
## To Run
```
cargo run --example shadow
```
## Screenshots
![Shadow mapping](./screenshot.png)