diff --git a/080g209iov.js b/080g209iov.js index 9c9a44a..1018923 100644 --- a/080g209iov.js +++ b/080g209iov.js @@ -378,7 +378,7 @@ if (this.mouseIsDown) { } this.renderer.updateInstance('clearColor'); - this.throwerLight.intensity += 0.01; + this.throwerLight.intensity += 0.05; if (this.throwerLight.instensity > 2) { this.throwerLight.instensity = 2; } @@ -470,7 +470,7 @@ if (this.mouseIsDown) { } // this.fog.updateInstance('color'); - this.throwerLight.intensity -= 0.01; + this.throwerLight.intensity -= 0.05; if (this.throwerLight.intensity < 0) { this.throwerLight.intensity = 0; }