提交 8dde9d16 编写于 作者: S sunag

update tjs2

上级 899179ea
......@@ -115,7 +115,7 @@
var domain = this.loader.clone( { lights : false, runScripts : false, autoPlay: false, enabledPhysics : false } );
offset += 180;
offset -= 180;
domain.container.position.x += offset;
domain.applyContainerTransform();
......@@ -138,7 +138,7 @@
document.body.appendChild( container );
camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 1, 15000 );
camera.position.set( -300, 200, 300 );
camera.position.set( 300, 200, -300 );
renderer = new THREE.WebGLRenderer();
renderer.setPixelRatio( window.devicePixelRatio );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册