—
—
good to know @vanruesc i take it MSAA also needs to be 0 for selective outlines ...
you don't need to select bloom, it is selective ootb, you control what glows on the materials, not on the effect pass. ```jsx // nothing at all will glow ootb...
i think this comes from react-postprocessing.
in postprocessing yes, it's possible to select items, in react-pp, atm no, effects are meant for the entire scene. the problem is that selecting specific items is harder to express...
that's how all the effect wrappers work, so that's really odd. can it be perhaps that outline simply doesn't work with msaa due to some internal reason? do you want...
@gsimone works on selections right now, i think we also should introduce effect passes back. then we should be able to cover 100% of postprocessing declaratively. right now it just...
there is a bug in the betas, they all ran without smaa (antialeasing, smooth edges). when it comes to effects and how they work, i am a complete novice, i...
this one maybe? https://codesandbox.io/s/color-grading-wvgxp
still have this demo: https://codesandbox.io/s/component-material-distortion-example-forked-dkcod?file=/src/App.js
we could replace it, it's the same thing after all, it basically just adds a texture to @emmelleppi 's original. are you two ok with that?