It's interesting how the OBJ appears smooth in my 3D modeling software but looks somewhat quirky and triangular in the Three.js scene. I've applied MeshLambertMaterial to it, which supposedly uses THREE.SmoothShading as its default shading. Despite manually setting the shading property and confirming through debugging console that it is properly configured, the model in the scene still lacks that desired smooth appearance.