How to eliminate aliasing

http://editor.babylonjs.com/
What should I do in this situation?

there are dashed lines… in the docs.
https://www.babylonjs-playground.com/#XKYAE%231

If you want to get rid of the aliasing:

https://doc.babylonjs.com/how_to/using_default_rendering_pipeline#antialiasing

Here is a PG you can play around with to see how each of the features work:

https://www.babylonjs-playground.com/#Y3C0HQ#146

2 Likes

Thank you for your reply, I will learn it.

@adam thanks for straightening that out:

pipeline.fxaaEnabled = true;

hadn’t read that yet. Like!

Also need to look up…

Fast Approximat Anti-Aliasing

Multi-Sample Anti-Aliasing

pipeline.sharpen.edgeAmount = 0.9;

@ChenX, would like to hear which solves this.