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

beta.r3js.org
-=yb4f310 2018-03-24 18:14:08 +01:00
parent ad056fd9f7
commit 11af3cbc99
1 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,11 @@ this.raycaster.getIntersectedObjects(this.buttons).map(
var pixel = alphas[(256 * y) + x];
console.log(pixel);
if (pixel === 0) {
console.log(intersect.mesh.name);
}
}
);
//@ sourceURL=mouseDown.js