Update: CC - Mouse Move - Moorcow (8a0m30eevi.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2017-11-13 15:06:34 +01:00
parent 9a2634efb2
commit 8d07d90af1
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ this.throwerParticleEngine.direction.y = this.raycaster.direction.y;
this.throwerParticleEngine.direction.z = this.raycaster.direction.z;
this.throwerParticleEngine.updateInstance('direction');
this.throwerParticleEngine.position.x = this.thrower.position.x + this.raycaster.direction.x * 7;
this.throwerParticleEngine.position.y = this.thrower.position.y + this.raycaster.direction.y * 7 + 1;
this.throwerParticleEngine.position.z = this.thrower.position.z + this.raycaster.direction.z * 7;
this.throwerParticleEngine.position.x = this.thrower.position.x + this.raycaster.direction.x * 6;
this.throwerParticleEngine.position.y = this.thrower.position.y + this.raycaster.direction.y * 6 + 0.3;
this.throwerParticleEngine.position.z = this.thrower.position.z + this.raycaster.direction.z * 6;
this.throwerParticleEngine.updateInstance('position');