r3-custom-code/0cw20zm4g7.js

18 lines
307 B
JavaScript
Raw Normal View History

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.initialized = true;
}
console.log(data);
return;
var mouse = {
x : (data.event.offsetX / data.event.target.clientWidth ) * 2 - 1,
y : -(data.event.offsetY / data.event.target.clientHeight) * 2 + 1
}
//@ sourceURL=touchStart.js