Update: CC - Before Render - Moorcow (pxcqbyldn.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2017-11-15 12:14:54 +01:00
parent f712582e2e
commit 92e566076b
1 changed files with 2 additions and 2 deletions

View File

@ -248,8 +248,8 @@ if (this.mouseIsDown) {
this.fog.updateInstance('color');
this.renderer.clearColor.r += 0.01;
if (this.renderer.clearColor.r > 1) {
this.renderer.clearColor.r = 1;
if (this.renderer.clearColor.r > 0.5) {
this.renderer.clearColor.r = 0.5;
}
this.renderer.updateInstance('clearColor');