Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 11 bytes modified

beta.r3js.org
-=yb4f310 2018-01-17 12:14:07 +01:00
parent 6992f30674
commit 349a83d66c
1 changed files with 5 additions and 5 deletions

View File

@ -12,20 +12,20 @@ if (!this.initialized) {
//this.animationSystem.stop();
//this.animationSystem.start();
/*
if (data.event.deltaY > 0) {
this.cylinder.rotation.x += 0.897597901;
} else {
this.cylinder.rotation.x -= 0.897597901;
}
*/
this.cylinder.rotation.x += data.event.deltaY * 0.01;
GameLib.Event.Emit(GameLib.Event.MOUSE_UP);
//this.cylinder.rotation.x += data.event.deltaY * 0.01;
//GameLib.Event.Emit(GameLib.Event.MOUSE_UP);
//mesh.rotation.x += data.event.deltaY * 0.001;
//mesh.updateInstance('rotation');
//console.log(data);
//@ sourceURL=CustomCodeSpoonLibMouseScroll.js
//@ sourceURL=SpoonLibMouseWheel.js