Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 1 bytes modified

beta.r3js.org
-=yb4f310 2017-10-31 15:06:23 +01:00
parent 1f8ea120cd
commit a17d9f72a6
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ if (this.spawningBullets === true) {
var start = new THREE.Vector3(0,0,0.5);
start.unproject(this.camera.instance);
var end = direction.multiplyScalar(-1000));
var end = direction.multiplyScalar(-1000);
console.log('start: ', start);
console.log('end: ', end);