Update: CC - SpoonLib - Mouse Up (abw1ga2etc.js) 18 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 14:45:11 +01:00
parent e37e8a3121
commit d0de22c28f
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if (!this.initialized) {
this.animationSystem.start(); this.animationSystem.start();
var currentRotation = this.cylinder.rotation.x - 0.4488; var currentRotation = this.cylinder.rotation.x;
var number = 0.897597901; var number = 0.897597901;
@ -25,7 +25,7 @@ var result = number - remainder;
console.log('current rotation: ' + currentRotation + ' remainder : ' + remainder + ' integer : ' + integer + ' result: ' + result); console.log('current rotation: ' + currentRotation + ' remainder : ' + remainder + ' integer : ' + integer + ' result: ' + result);
this.cylinder.rotation.x += result + 0.4488; this.cylinder.rotation.x += result;