提交 c176c8e2 编写于 作者: M Mr.doob

Example clean up. See d220ba31.

上级 79bb1971
......@@ -94,11 +94,10 @@
var cam = loader.cameras[0];
camera.position.copy( cam.position );
camera.rotation.copy( cam.rotation );
controls = new THREE.OrbitControls( camera );
controls.noZoom = true;
controls.noPan = true;
controls.dynamicDampingFactor = 0.05;
animate();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册