r3-custom-code/n9evs68jpd.js

14 lines
220 B
JavaScript
Raw Normal View History

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.mouse = this.entityLoaded.mouse;
this.raycaster = this.entityLoaded.raycaster;
this.initialized = true;
}
return null;
//@ sourceURL=mouseMove.js