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

Editor: container.dom.offset* is not available at construction time.

上级 6d552061
......@@ -26,7 +26,7 @@ var Viewport = function ( editor ) {
//
var camera = new THREE.PerspectiveCamera( 50, container.dom.offsetWidth / container.dom.offsetHeight, 1, 5000 );
var camera = new THREE.PerspectiveCamera( 50, 1, 1, 5000 );
camera.position.fromArray( editor.config.getKey( 'camera' ).position );
camera.lookAt( new THREE.Vector3().fromArray( editor.config.getKey( 'camera' ).target ) );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册