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

beta.r3js.org
-=yb4f310 2018-01-16 11:47:07 +01:00
parent 7db9a029b0
commit 7fb53da78f
1 changed files with 4 additions and 2 deletions

View File

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