How to fix the anti aliasing issue on babylon js

I am getting anti-aliasing issue on babylon js how to overcome this issue to render 3d model properly

Hi @gowtham and welcome to the community!

MSAA or FXAA instructions are available here:

https://doc.babylonjs.com/features/featuresDeepDive/postProcesses/defaultRenderingPipeline#antialiasing

1 Like

Hi @inteja I am using the default rendering pipeline but i am getting aliased lines on edges how to overcome the aliased edges.

Are you able to setup a repro in the Playground? It will be easier to help.