标签: javascript jquery three.js
我的相机.lookAt(cube.position);仅当我禁用FirstPersonControls时才有效。我如何通过首先查看我的对象来开始我的探索?
谢谢,
答案 0 :(得分:0)
从three.js R101开始,可以使用FirstPersonControls.lookAt()。 FirstPersonControls.lat和FirstPersonControls.lon已被删除。
three.js
FirstPersonControls.lookAt()
FirstPersonControls.lat
FirstPersonControls.lon