diff --git a/8a0m30eevi.js b/8a0m30eevi.js index c8199a2..92ea0e0 100644 --- a/8a0m30eevi.js +++ b/8a0m30eevi.js @@ -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');