Update: CC - SnailRunner - Mouse Move (8nu6b5p9pb.js) 126 bytes modified

beta.r3js.org
-=yb4f310 2018-03-07 20:15:56 +01:00
parent 8c79b80ed7
commit e60113c39b
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ if (!this.entityLoaded) {
if (!this.initialized) {
this.snail = this.entityLoaded.snail;
this.solar = this.entityLoaded.solar;
this.initialized = true;
}
@ -17,6 +18,9 @@ if (this.snail.position.z > 0.1) {
this.snail.position.z = 0.1;
}
this.solar.position.z = this.snail.position.z;
this.snail.updateInstance('position');
this.solar.updateInstance('position');
//@ sourceURL=mouseMove.js