diff --git a/abw1ga2etc.js b/abw1ga2etc.js index 082ccef..f34f494 100644 --- a/abw1ga2etc.js +++ b/abw1ga2etc.js @@ -14,8 +14,9 @@ if (!this.initialized) { var currentRotation = this.cylinder.rotation.x; var offset = currentRotation / 0.4488; +var remainder = currentRotation % 0.4488; -console.log(offset); +console.log('remainder: ' + remainder); this.animationSystem.start();