From a600ec8edd8af70f775cb35e6fc74513a01e0bf8 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 14:13:13 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 30 bytes modified --- opxis1pjmo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/opxis1pjmo.js b/opxis1pjmo.js index 25c4a56..5a88726 100644 --- a/opxis1pjmo.js +++ b/opxis1pjmo.js @@ -14,6 +14,7 @@ if (data.event.deltaY > 0) { mesh.rotation.x -= 0.897597901; } +console.log(mesh.rotation.x); //mesh.rotation.x += data.event.deltaY * 0.001; //mesh.updateInstance('rotation');