Very thin lines look jagged, antialiasing not working

So, after playing with my old version of the code, seems like the one that is giving the issue is the postprocessing, since when I remove the line renderer.autoClear = false; the postprocessing doesnt take place and the lines look pretty smoooth.

Screenshot%20from%202019-04-09%2021-19-14

I have discarded the UnrealBloomPass from the problem, which leads me to the THREE.BokehShader, I followed the online example. I have added GUI to my local version of the website but there seems to be no way for me to make the edges of any line smooth with this type of porstprocessing, even when they are focused and I remove all blur…