summaryrefslogtreecommitdiffstats
path: root/Shaders/displacement/pbr.cginc
Commit message (Collapse)AuthorAge
* Fix normal calculation in displacement shaderyum2023-04-14
| | | | | | | | Recompute normals after generating the deformed mesh. Unfortunately, significant anti-aliasing is required to get the generated normals to look smooth in motion. * Enable backface culling.
* Add displacement shaderyum2023-04-13
See README.md.