My goal is to achieve a flawless shading effect on a cylinder using three.js. When I set the shading
parameter of my material to THREE.SmoothShading
, there is a noticeable improvement in appearance, but the outlines of the faces are still visible:
What could be causing these faces to not be shaded smoothly?