From 97d275831c5e301589caf93e28c9a7f50ae138a2 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 17 Nov 2017 14:53:50 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (080g209iov.js) 0 bytes modified --- 080g209iov.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }