提交 c52335f4 编写于 作者: T Takahiro

Adjust camera in VRM loader example

上级 17803fc5
......@@ -61,10 +61,10 @@
document.body.appendChild( container );
camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 0.25, 20 );
camera.position.set( 0, 0.8, - 2.2 );
camera.position.set( 0, 1.6, - 2.2 );
controls = new THREE.OrbitControls( camera );
controls.target.set( 0, 0.8, 0 );
controls.target.set( 0, 0.9, 0 );
controls.update();
scene = new THREE.Scene();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册