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

beta.r3js.org
-=yb4f310 2018-03-24 17:37:19 +01:00
parent a464c94cc9
commit 3b974c7b4c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ this.raycaster.setFromCamera(
this.raycaster.getIntersectedObjects(this.buttons).map(
function(intersect) {
console.log(intersect);
console.log(intersect.mesh.name);
}
);
//@ sourceURL=mouseDown.js