标签: javascript three.js
按下html按钮时,如何让相机平滑地旋转到原来的位置? `(如果不能使它平滑,请将其恢复到原来的位置)
按钮如下所示:<button type="button" onclick="resetcamera();">RESET CAMERA!</button>
<button type="button" onclick="resetcamera();">RESET CAMERA!</button>
此处Fiddle demo请将重置相机添加到按钮中。
感谢。
答案 0 :(得分:1)
这是立即
http://jsfiddle.net/gZ6eB/
function resetcamera() { camera.position.set(0,0,500); }