Update: CC - Mouse Move - Moorcow (no3ph5ss6n.js) 55 bytes modified

beta.r3js.org
-=yb4f310 2017-11-13 07:38:30 +01:00
parent 371f8c1b08
commit 79c77db0b5
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ this.thrower.lookAt(this.cursor.position);
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.updateInstance('position');
this.scene.meshes.map(
function(mesh) {