FXAA < WebGLRenderer({ antialias: true })

SMAA is an option. The postprocessing package includes an SMAA pass, as well.

Another option is using a multi sampled render target with effect composer but some postprocessing passes that use their own internal render targets will not get AA applied.

2 Likes