bevy/crates/bevy_pbr
Dusty DeWeese f781bfe7d8 Fix shadows for non-TriangleLists (#3581)
Fixes shadows of non TriangleList meshes:

# Without

<img width="1033" alt="Screen Shot 2022-01-07 at 13 03 02" src="https://user-images.githubusercontent.com/1069462/148607402-9bc47978-0b5b-45cd-a6e6-f488825cdf14.png">

# With

<img width="987" alt="Screen Shot 2022-01-07 at 13 04 06" src="https://user-images.githubusercontent.com/1069462/148607437-7d7c1d74-627f-4a7c-bf7b-205405586c17.png">
2022-01-07 21:10:18 +00:00
..
src Fix shadows for non-TriangleLists (#3581) 2022-01-07 21:10:18 +00:00
Cargo.toml Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00