r3-custom-code/opxis1pjmo.js

24 lines
458 B
JavaScript

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.initialized = true;
}
var mesh = GameLib.EntityManager.Instance.findComponentById('xtnu5j78bq');
if (data.event.deltaY > 0) {
mesh.rotation.x += 0.897597901;
} else {
mesh.rotation.x -= 0.897597901;
}
console.log(mesh.rotation.x);
//mesh.rotation.x += data.event.deltaY * 0.001;
//mesh.updateInstance('rotation');
//console.log(data);
//@ sourceURL=CustomCodeSpoonLibMouseScroll.js