diff --git a/dywmtohrda.js b/dywmtohrda.js index 07c7c6a..8325b4c 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -160,7 +160,7 @@ if (this.spawningBullets === true) { var direction = lookAt.sub(position).normalize(); - var start = new THREE.Vector3(0.5,0,0.5); + var start = new THREE.Vector3(1,0,0.5); start.unproject(this.camera.instance); var end = direction.clone().multiplyScalar(1000);