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

Fixed arealights example.

Not really good practice but it works again...
上级 487ba2c5
......@@ -177,7 +177,7 @@
var emitter = new THREE.Mesh( geometry, material );
emitter.position = light.position;
emitter.rotation = light.rotation;
emitter.quaternion = light.quaternion;
emitter.scale.set( light.width * 2, 0.2, light.height * 2 );
return emitter;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册