Skip to content

Unity Simple SSR - Screen Space Reflections post processing effect

License

Notifications You must be signed in to change notification settings

bodhid/UnityScreenSpaceReflections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityScreenSpaceReflections

SSR - Screen Space Reflections post processing effect

Just smack the script on your Unity Camera

-Calculates per-pixel world position

-Reflects the view direction over the G-Buffer normal and raytraces through the world position texture (64 samples, can be less). The tracing is noisy so there are no visible lines/layers

-Blurs and combines the result

Blur amount and downsampling can be adjusted.

alt text

About

Unity Simple SSR - Screen Space Reflections post processing effect

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published