|
@@ -62,6 +62,7 @@ PointLightHelper.prototype.dispose = function () {
|
|
|
PointLightHelper.prototype.update = function () {
|
|
PointLightHelper.prototype.update = function () {
|
|
|
|
|
|
|
|
if ( ! this.overrideColor ) this.material.color.copy( this.light.color );
|
|
if ( ! this.overrideColor ) this.material.color.copy( this.light.color );
|
|
|
|
|
+ else this.material.color.set( this.overrideColor );
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
var d = this.light.distance;
|
|
var d = this.light.distance;
|