pmndrs / react-postprocessing

📬 postprocessing for react-three-fiber
https://docs.pmnd.rs/react-postprocessing
MIT License
1.12k stars 106 forks source link

no fade option for SSAO? #119

Open PlopTheReal opened 2 years ago

PlopTheReal commented 2 years ago

Is fade option available for SSAO? https://pmndrs.github.io/postprocessing/public/docs/class/src/effects/SSAOEffect.js~SSAOEffect.html

vanruesc commented 2 years ago

The fade setting can be changed via the ssaoMaterial property of the SSAOEffect. I don't know how this translates to react-postprocessing though, maybe @drcmda can provide additional information on that.