提交 7a84a07f 编写于 作者: M Mugen87

Examples: Clean up

上级 e2db17b6
......@@ -144,8 +144,6 @@
function onPointerStart( event ) {
event.preventDefault();
isUserInteracting = true;
var clientX = event.clientX || event.touches[ 0 ].clientX;
......@@ -214,6 +212,11 @@
camera.lookAt( camera.target );
/*
// distortion
camera.position.copy( camera.target ).negate();
*/
renderer.render( scene, camera );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册