Closed shirayu closed 1 year ago
I'm not sure if this is related to the problem, but it seems that Three.js internally uses quaternions to represent rotation, so we may need to update camera.quaternion
instead of directly changing the value of camera.rotation
.
OrbitControls will break the rotation of the camera after setting. So I revert it, wait for a better solution.