Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 805 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 805 Bytes

smoothness1 smoothness0.5 smoothness0.3

Stochastic Screen Space Reflection

Why?

  • Although we do have Unity's official Postprocessing Stack V1 and V2, there are still many defects inside. Like the unperfact roughness present at V1 package and the fallback(to reflection probe) leak in V2. So, by implementing the Stochastic Screen Space Reflection algorithm published by FrostByte(SIGGRAPH 2015).

How?

    1. Open The sample scene in the package.
    1. The only component we need is the "StochasticSSR.cs" under the main camera.
    1. Transform the Built-in Deferred Reflection shader into the Custom Shader, just like the sample did!(Graphics/Deferred Reflection)
    1. The explaination of each options has already been writen into the component, Enjoy it!