From 661d1783a52a6f1cddfcdf15faec578abd5eeae0 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 31 Oct 2017 13:49:21 +0100 Subject: [PATCH] Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 1 bytes modified --- dywmtohrda.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dywmtohrda.js b/dywmtohrda.js index 5c1dca6..3bf07b4 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -149,10 +149,10 @@ if (this.spawningBullets === true) { var position = this.camera.position.instance.clone(); var lookAt = this.camera.lookAt.instance.clone(); - var direction = position.sub(lookAt); + //var direction = position.sub(lookAt); - console.log(direction); + console.log(position); //var mInverse = new THREE.Matrix4().getInverse( this.sceneCrosshair.instance.matrixWorld );