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

beta.r3js.org
-=yb4f310 2017-11-15 11:25:16 +01:00
parent c86490bcb2
commit 9e3f3f19bd
1 changed files with 4 additions and 0 deletions

View File

@ -271,6 +271,10 @@ if (this.mouseIsDown) {
mesh.instance.material.color.sub(this.toBlack);
mesh.materials[0].color.r = mesh.instance.material.color.r;
mesh.materials[0].color.g = mesh.instance.material.color.g;
mesh.materials[0].color.b = mesh.instance.material.color.b;
if (mesh.instance.material.color.r <= 0) {
this.burn(mesh);