Raoul v. R.

Results 158 comments of Raoul v. R.

I'm afraid in this case you need to use a second `EffectPass` to apply the `SMAAEffect` after the `OutlineEffect` because if you render them together in one pass, SMAA won't...

Thanks for the report! I think the call to `renderer.setSize(width, height, updateStyle);` in `setSize` can be avoided with a bit of refactoring.

This looks like a strange depth buffer issue, but I don't recall any recent changes that could have caused this. Are you sure that this problem does _not_ occur with...

1. Are there any errors or warnings in the console? 1. Does this problem only occur on Mac? 1. Are you using a custom mesh material? 1. Does the issue...

Hey, thanks for investigating. This will be hard to debug because I don't own a Mac. Please check if this sandbox fails on your Mac: https://codesandbox.io/s/pensive-rain-jogpxy?file=/src/App.js and if it fails,...

The sandbox I posted above works as expected on macOS Monterey with Chrome 106 via browserstack. I'm closing this issue because I'm unable to reproduce it. Feel free to reopen...

Thanks for the report! This will be fixed in the next release via 3a45746.

@Turtleted21 Please refer to https://github.com/pmndrs/postprocessing/wiki/Build-Setup or provide information about your entire build setup. > I put postprocessing folder in the node_modules folder, then add lines to my package_lock.json These files/folders...