Hey guys, I’ve been trying to achieve a glowing neon sign effect but I’m having some issues.
I ran into this post [SOLVED] EffectComposer + Layers, which solved the main part of my questions, especially the commend about enabling the object with the effect in the two layers.
My question now is: is it possible to display an object behind the glow effect? Every time I try to reorder the rendered layers, if I place the “composer.render()” call behind the “renderer.render()” call, the aqua box no longer appears, only the red glowing box appears.
I suspect this is related to the composer, because if i replace the composer call with a renderer call after switching the camera’s layer, I can still rotate the scene and see the red box.
The fiddle I’m talking about is here http://jsfiddle.net/h0q8k61n/
Thanks in advance.