diff --git a/dywmtohrda.js b/dywmtohrda.js index 4cacf4a..07c7c6a 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,0,0.5); + var start = new THREE.Vector3(0.5,0,0.5); start.unproject(this.camera.instance); var end = direction.clone().multiplyScalar(1000);