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

beta.r3js.org
-=yb4f310 2017-11-02 12:08:42 +01:00
parent 324f4a251c
commit d3b2f94e89
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ if (this.spawningBullets === true) {
var direction = lookAt.sub(position).normalize();
var start = new THREE.Vector3(0,0,0.5);
var start = new THREE.Vector3(0.5,0,0.5);
start.unproject(this.camera.instance);
var end = direction.clone().multiplyScalar(1000);