Update: CC - Before Render - Moorcow (autqzs1rvq.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2017-11-18 10:42:34 +01:00
parent 1aac010339
commit b2c910bd49
1 changed files with 2 additions and 2 deletions

View File

@ -464,8 +464,8 @@ if (this.mouseIsDown) {
//this.fog.updateInstance('color'); //this.fog.updateInstance('color');
this.renderer.clearColor.r += 0.01; this.renderer.clearColor.r += 0.01;
if (this.renderer.clearColor.r > 0.6) { if (this.renderer.clearColor.r > 0.45) {
this.renderer.clearColor.r = 0.6; this.renderer.clearColor.r = 0.45;
} }
this.renderer.updateInstance('clearColor'); this.renderer.updateInstance('clearColor');