When I load objects to Three.Js (.obj or .js), the edges are not rendered perfectly. It is shown with pixilated edges (not having a high finish or sharp edges).
I tried both THREE.JSONLoader() and THREE.OBJLoader() and it gives me the same results.
I opened these objects with Blender to see how it looks like when using Blender renderer. Blender renderer shows a high finished and sharp edges as expected.
The following links contain a picture and a video to give more information about my problem. In the video, the upper edges can explain the problem.
My Question is how to remove pixelation and having sharp edges for objects loaded on Three js?