Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alelievr committed Oct 12, 2022
1 parent afb5132 commit ed8deca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,12 @@ Custom pass that can copy the following buffers to a render texture:
![image](https://user-images.githubusercontent.com/6877923/124479199-524cb300-dda6-11eb-8525-9d009617327f.png)

Source: [Assets/CustomPasses/CopyPass](https://github.com/alelievr/HDRP-Custom-Passes/tree/master/Assets/CustomPasses/CopyPass)

## Screen Space Wetness

Effect that modifies the normal and roughness buffers in screen space to give a "wet" effect to objects.
Sources: [Assets/CustomPasses/Wetness](https://github.com/alelievr/HDRP-Custom-Passes/tree/master/Assets/CustomPasses/Wetness)

It's also compatible with ShaderGraph using the SubGraph "EncodeIntoToNormalBuffer".

https://user-images.githubusercontent.com/6877923/195407733-1e73b63c-5ba6-488f-829d-d4cb0d0b1412.mp4

0 comments on commit ed8deca

Please sign in to comment.