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

beta.r3js.org
-=yb4f310 2018-01-16 10:32:13 +01:00
parent d4f07a906a
commit a1c53308fc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if (!this.initialized) {
var mesh = GameLib.EntityManager.Instance.findComponentById('xtnu5j78bq');
mesh.rotation.x += data.event.deltaY * 0.01;
mesh.rotation.x += data.event.deltaY * 0.001;
mesh.updateInstance('rotation');
console.log(data);