diff --git a/abw1ga2etc.js b/abw1ga2etc.js index 7871475..8d6ef48 100644 --- a/abw1ga2etc.js +++ b/abw1ga2etc.js @@ -13,7 +13,7 @@ if (!this.initialized) { this.animationSystem.start(); -var currentRotation = this.cylinder.rotation.x - 0.4488; +var currentRotation = this.cylinder.rotation.x; var number = 0.897597901; @@ -25,7 +25,7 @@ var result = number - remainder; console.log('current rotation: ' + currentRotation + ' remainder : ' + remainder + ' integer : ' + integer + ' result: ' + result); -this.cylinder.rotation.x += result + 0.4488; +this.cylinder.rotation.x += result;