Initial Commit: CC - Mouse Up (rtu7o9zz7g.js)

beta.r3js.org
-=yb4f310 2017-11-15 13:42:29 +01:00
parent 159b1621ae
commit 740eab35e1
1 changed files with 24 additions and 0 deletions

24
rtu7o9zz7g.js Normal file
View File

@ -0,0 +1,24 @@
if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.throwerParticleEngine = this.entityLoaded.throwerParticleEngine;
this.beforeRender = this.entityLoaded.beforeRender;
this.mouseMove = this.entityLoaded.mouseMove;
// this.renderer = this.entityLoaded.renderer;
this.initialized = true;
}
this.beforeRender.mouseIsDown = false;
this.mouseMove.mouseIsDown = false;
this.throwerParticleEngine.templateParticle.speed = 5;
this.throwerParticleEngine.particlesPerSecond = 5;
this.throwerParticleEngine.updateInstance('particlesPerSecond');
this.throwerParticleEngine.templateParticle.positionOffset.x = 0.3;
this.throwerParticleEngine.templateParticle.positionOffset.y = 0.3;
this.throwerParticleEngine.templateParticle.scale.x = 3;
return null;
//@ sourceURL=mouseUp.js