Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 12 bytes modified

beta.r3js.org
-=yb4f310 2017-11-14 13:05:30 +01:00
parent 89380e5649
commit f585830035
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ if (this.mouseIsDown) {
mesh.instance.material.emissive.add(this.toRed);
if (mesh.instance.material.emissive.r >= 1.0) {
console.log('!explode!');
console.log('!explode!' + mesh.name);
}
}
}