我在程序中使用了OrbitControls。我不能使用lookAt设置摄像机的视图方向,只能使用controls.target。这会导致一些错误。现在,我必须使用ramera.rotation设置相机方向,但这不起作用。
console.log(camera.rotation)
camera.rotation.setFromVector3(new THREE.Vector3(-9,1,1))
camera.updateProjectionMatrix()
console.log(camera.rotation)
我认为控件会重置camera.rotation的值