Is there any way to apply selective post processing to selective object

Hi.
Currently, I’m struggling to using post processing.
I want to apply a selective post processing to a selective object.
In the following fiddle, I want to apply a bloom effect to blue box, then another bloom effect to green box.
https://jsfiddle.net/grano/fv08r2ow/119/

I try to use multiple layers, but it seems not to be accurate way.

thanks.

I would use selective bloom: three.js examples

I’ve answered a question just a few moments ago on SO, maybe it will be useful/helpful:

Also, search the forum with “selective bloom”, you’ll find many topics about it.

1 Like

Thank you for the valuable information.
I’ll try.

You could also check out GitHub - vanruesc/postprocessing: A post processing library that provides the means to implement image filter effects for three.js. this library is arguably better than threes jsm effect composer, it’s more performant because it merges shaders to a singlet pass, selections are inbuilt and varunesc is working on it practically daily to move it forward.

2 Likes