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

Light: Set receiveShadow to undefined.

上级 e996d3ce
......@@ -11,6 +11,8 @@ THREE.Light = function ( color ) {
this.color = new THREE.Color( color );
this.receiveShadow = undefined;
};
THREE.Light.prototype = Object.create( THREE.Object3D.prototype );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册