EffectComposer + Layers + scene.background as a texture

Hi again, community! :slight_smile:
This question comes from my previous one. But as that question is already marked as SOLVED, I better start a new one.

So, the code is the same, except that I’ve added a texture of radial gradient as a background of the scene.
And the result is here:
https://jsfiddle.net/prisoner849/9bvL0ufk/

No glowing at all. Any pointings/hints/ideas to the right direction of how to get the glowing back?
Or should I use a different approach?

TextureBackground

I changed the example once for my needs.
There is also the glow missing with the texture of radial gradient as a background .
20180621-2203-34623

20180621-2201-58427

Ok, I’ve got the desired result, but I’m not sure how correct the used approach is.

I used an additional scene, setting the background texture to it, also, the object which has to have glowing is added to that scene and the scene passed in the EffectComposer. Shortly, I use different scenes instead of layers.

https://jsfiddle.net/prisoner849/hzpj9gak/

TwoScenes

2 Likes