I want to make a line glowing without glowing the full screen. I tried to set modulate colors to make the line the only one affected tby the glow like in this video.
But I try to stick to GLES2 for compatibility maximization. It seems modulate values upper than 1.0 has no effect.

So I tried to apply the world environment to a viewport dedicated to the line.

Of course I want a transparent viewport, but when transparent bg is set the environment was lost.

Is it really impossible to make the built in glow working on GLES2, on isolated objets ?