Having recently delved into Three.js, I managed to add shadows to my model with the help of some knowledgeable individuals. However, upon the light hitting the model, numerous lines appear, causing me to question whether it's due to my poor modeling skills or if a light adjustment is needed. You can view the issue in the image below.
View the image showing the lines
Here's the code snippet:
// JavaScript code for rendering a 3D model and adding shadows using Three.js library
// Code snippet omitted for brevity
I have attempted tweaking the light intensity and other parameters without success, leaving me stumped.
Your assistance in resolving this matter would be greatly appreciated.