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

beta.r3js.org
-=yb4f310 2017-11-17 15:22:28 +01:00
parent 654e379b45
commit 56ecaa2a01
1 changed files with 3 additions and 3 deletions

View File

@ -327,7 +327,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.treesBurning++;
this.minimumRendererRed += 0.05;
this.minimumRendererRed += 0.01;
if (mesh.position.x < 0) {
this.leftLight.intensity += 0.1;
@ -396,8 +396,8 @@ if (this.mouseIsDown) {
//this.fog.updateInstance('color');
this.renderer.clearColor.r += 0.01;
if (this.renderer.clearColor.r > 0.7) {
this.renderer.clearColor.r = 0.7;
if (this.renderer.clearColor.r > 0.6) {
this.renderer.clearColor.r = 0.6;
}
this.renderer.updateInstance('clearColor');