提交 a4ac6180 编写于 作者: T Tristan Valcke

Remove unnecessary comma in ShadowMapViewer

上级 af32c2a1
......@@ -39,7 +39,7 @@ THREE.ShadowMapViewer = function ( light ) {
x: 10,
y: 10,
width: 256,
height: 256,
height: 256
};
var camera = new THREE.OrthographicCamera( window.innerWidth / - 2, window.innerWidth / 2, window.innerHeight / 2, window.innerHeight / - 2, 1, 10 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册