Hello, I’m importing gltf into threejs, and I find that when camera is away from model, there will be some strange reflection on the model.


What is the problem and how to fix it?
Does the model have overlapping surfaces in that place? Distance related issues are usually caused by z-fighting.
Possible to share the model here?
You might try changing minFilter/magFilter settings of the texture perhaps.
Hello, the model is downloaded from here: Solar Panel - Download Free 3D model by Harri Snellman (@rivetech) [83483a6] - Sketchfab
Hm, I don’t see anything like that opening the model on https://gltf-viewer.donmccurdy.com/ (which is also based on three.js).
Is there anything else in your scene? What’s the light source? A demo and/or code might be necessary if you’re still having trouble.
the model is on the bottom right corner of my screenshot, and you can see that the light on the surface of the model is strange
Thank you, it seems to be the reason. I was using my laptop, and I tried on my PC, there is no such bug.



