Update: CC - Before Render - Moorcow (080g209iov.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2017-11-17 14:53:50 +01:00
parent 29af1435ae
commit 97d275831c
1 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ if (this.mouseIsDown) {
} }
this.renderer.updateInstance('clearColor'); this.renderer.updateInstance('clearColor');
this.throwerLight.intensity += 0.01; this.throwerLight.intensity += 0.05;
if (this.throwerLight.instensity > 2) { if (this.throwerLight.instensity > 2) {
this.throwerLight.instensity = 2; this.throwerLight.instensity = 2;
} }
@ -470,7 +470,7 @@ if (this.mouseIsDown) {
} }
// this.fog.updateInstance('color'); // this.fog.updateInstance('color');
this.throwerLight.intensity -= 0.01; this.throwerLight.intensity -= 0.05;
if (this.throwerLight.intensity < 0) { if (this.throwerLight.intensity < 0) {
this.throwerLight.intensity = 0; this.throwerLight.intensity = 0;
} }