Update: CC - Snake FS - Mouse Down (gzewp2awcf.js) 10 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 18:15:30 +01:00
parent 29a43f258b
commit 0ced387b6c
1 changed files with 1 additions and 3 deletions

View File

@ -42,9 +42,7 @@ this.raycaster.getIntersectedObjects(this.buttons).map(
var pixel = alphas[(256 * y) + x];
if (pixel !== 0) {
console.log(intersect.mesh.name);
}
console.log(intersect.mesh.name + ' : ' + pixel);
}