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

beta.r3js.org
-=yb4f310 2017-10-31 14:21:39 +01:00
parent 3d9fda4675
commit eb430dab45
1 changed files with 2 additions and 2 deletions

View File

@ -160,9 +160,9 @@ if (this.spawningBullets === true) {
var end = start.clone().add(direction.clone().multiplyScalar(1000));
start = position.clone().add(direction.clone().negate().multiplyScalar(5));
//start = position.clone().add(direction.clone().negate().multiplyScalar(5));
//start.x += 5;
start.x += 5;
console.log('start: ', start);