Update: CC - SpoonLib - Mouse Move (arswdj0syh.js) 1 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 14:46:25 +01:00
parent 7b762f9d41
commit d4154a4f8d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if (this.animationSystem.started) {
return;
}
this.cylinder.rotation.x += data.event.movementY * 0.01;
this.cylinder.rotation.x += data.event.movementY * 0.005;
this.cylinder.updateInstance('rotation');
//console.log(data);