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

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

View File

@ -242,8 +242,8 @@ this.scene.meshes.map(
if (this.mouseIsDown) {
this.fog.color.r += 0.01;
if (this.fog.color.r > 1) {
this.fog.color.r = 1;
if (this.fog.color.r > 0.5) {
this.fog.color.r = 0.5;
}
this.fog.updateInstance('color');