diff --git a/gzewp2awcf.js b/gzewp2awcf.js index a880ed3..beded3e 100644 --- a/gzewp2awcf.js +++ b/gzewp2awcf.js @@ -17,7 +17,7 @@ var mouse = { y : -(data.event.offsetY / data.event.target.clientHeight) * 2 + 1 } -console.log('mouse ' + mouse.x + ', ' + mouse.y); +//console.log('mouse ' + mouse.x + ', ' + mouse.y); this.raycaster.setFromCamera( mouse, @@ -27,7 +27,7 @@ this.raycaster.setFromCamera( var intersects = this.raycaster.getIntersectedObjects(this.buttons); if (intersects.length === 0) { - console.log('nothing'); + //console.log('nothing'); } intersects.map(