r3-custom-code/8nu6b5p9pb.js

13 lines
268 B
JavaScript
Raw Normal View History

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.snail = this.entityLoaded.snail;
this.initialized = true;
}
this.snail.position.z += data.event.movementX * data.delta * 0.000001;
this.snail.updateInstance('position');
//@ sourceURL=mouseMove.js