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

beta.r3js.org
-=yb4f310 2017-10-31 14:31:23 +01:00
parent aadcf379fd
commit dac93c5621
1 changed files with 5 additions and 1 deletions

View File

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