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

beta.r3js.org
-=yb4f310 2018-03-24 17:36:15 +01:00
parent cebb203c71
commit a464c94cc9
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.name);
console.log(intersect);
}
);
//@ sourceURL=mouseDown.js