Update: CC - Mouse Move - Moorcow (ilfaa8svox.js) 3 bytes modified

beta.r3js.org
-=yb4f310 2017-11-16 09:03:51 +01:00
parent 8e842942d9
commit 7c8c9a9f28
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,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 * 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.position.x = this.thrower.position.x + this.raycaster.direction.x * 10;
this.throwerParticleEngine.position.y = this.thrower.position.y + this.raycaster.direction.y * 10 + 0.3;
this.throwerParticleEngine.position.z = this.thrower.position.z + this.raycaster.direction.z * 10;
this.throwerParticleEngine.updateInstance('position');
/*