react-postprocessing
react-postprocessing copied to clipboard
feat: HBAO + SSGI + TRAA + MotionBlur
Implements #183 Implements https://github.com/0beqz/realism-effects/issues/5
Follows up #210 by adding HBAO + SSGI + TRAA + MotionBlur passes from 0beqz/realism-effects.
<EffectComposer disableNormalPass multisampling={0}>
<HBAO /> // Note: this is a component of SSGI and thus redundant
<SSGI />
<TRAA />
<MotionBlur />
</EffectComposer>
https://codesandbox.io/s/c143do
@CodyJasonBennett there's merge conflicts, also safe to merge after?
Can clear those in a moment. Need to do integration testing still, but it could be worthwhile to wait until 0beqz updates SSGI as it dramatically reduces memory usage and smearing. Need to also see if there's a diffuse-only or specular-only (SSR) GI and whether we can combine his effects at all. I get a broken render when combining all into an effectpass as per his readme.
Any estimation on when this could be available? I would really love to use the motion blur :D
Wow I cannot wait for this merge! 🤤