提交 d080a75c 编写于 作者: L Lewy Blue

Allow overrideColor to be changed after construction in SpotLightHelper

上级 a9fb6712
......@@ -86,6 +86,7 @@ SpotLightHelper.prototype.update = function () {
this.cone.lookAt( vector2.sub( vector ) );
if ( ! this.overrideColor ) this.cone.material.color.copy( this.light.color );
else this.cone.material.color.set( this.overrideColor );
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册