Currently, I am working with a gltf model from this link: using Three.js and Potree. However, I am facing an issue with the model flickering. I have gone through similar posts on this topic like Flickering planes and Texture/model flickering in distance (3D).
My understanding is that adjusting the PerspectiveCamera's near and far plane arguments to be well separated could potentially resolve this problem. Despite my attempts at making this adjustment, the issue still persists.
I would greatly appreciate any assistance or advice on how to solve this problem. Just to note, I am fairly new to three.js and potree.