三轮不起作用

时间:2018-08-23 02:56:58

标签: three.js camera rotation

我在程序中使用了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的值

0 个答案:

没有答案