r3-custom-code/schmhl1bp5.js

38 lines
696 B
JavaScript

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.animationSystem = this.entityLoaded.animationSystem;
this.cylinder = this.entityLoaded.cylinder;
this.initialized = true;
}
//this.animationSystem.stop();
//this.animationSystem.start();
if (data.event.deltaY > 0) {
this.cylinder.rotation.x += 0.897597901;
} else {
this.cylinder.rotation.x -= 0.897597901;
}
R3.Event.Emit(
R3.Event.PLAY_AUDIO,
{
name : 'Audio - Select'
}
);
//this.cylinder.rotation.x += data.event.deltaY * 0.01;
//R3.Event.Emit(R3.Event.MOUSE_UP);
//mesh.rotation.x += data.event.deltaY * 0.001;
//mesh.updateInstance('rotation');
//console.log(data);
//@ sourceURL=SpoonLibMouseWheel.js