Thanks for your reply. I have read in other questions about the issue regarding the distance to the origin point. My problem is that I am importing the model from ACC, and I need to retrieve the issues along with their viewerState. When I set globalOffset: new THREE.Vector3(0, 0, 0), distortion occurs, but the viewerState of the issue works as expected. However, if I remove the globalOffset: new THREE.Vector3(0, 0, 0), the distortion disappears, but the viewerState takes me to a different location than where I saved the issue in ACC.
What would be the best approach to retrieve the issue within the model without causing distortion while also ensuring that the viewerState points to the correct location?