我没有使用默认代码在三个js中进行相机旋转lat=Math.max(-85,Math.min(85,lat));phi=THREE.Math.degToRad(90-lat);theta=THREE.Math.degToRad(lon);camera.target.x=100*Math.sin(phi)*Math.cos(theta);camera.target.y=100*Math.cos(phi);camera.target.z=100*Math.sin(phi)*Math.sin(theta);相反,我正在执行lookVector.applyAxisAngle(axis,0.00