diff --git a/gzewp2awcf.js b/gzewp2awcf.js index cbe8533..3b1a999 100644 --- a/gzewp2awcf.js +++ b/gzewp2awcf.js @@ -17,6 +17,8 @@ var mouse = { y : -(data.event.offsetY / data.event.target.height) * 2 + 1 } +console.log('mouse ' + mouse.x + ', ' + mouse.y); + this.raycaster.setFromCamera( mouse, this.camera