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

beta.r3js.org
-=yb4f310 2017-10-31 14:02:17 +01:00
parent 516929feaf
commit 585d583097
1 changed files with 3 additions and 2 deletions

View File

@ -153,6 +153,8 @@ if (this.spawningBullets === true) {
var direction = lookAt.sub(position).normalize();
direction.add(position);
var start = direction.clone();
var end = direction.clone();
@ -160,8 +162,7 @@ if (this.spawningBullets === true) {
start.multiplyScalar(-100);
end.multiplyScalar(100);
start.add(position);
end.add(position);
console.log(start);