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

beta.r3js.org
-=yb4f310 2018-01-16 14:17:18 +01:00
parent a0e2101438
commit d5e3f6e56f
1 changed files with 2 additions and 1 deletions

View File

@ -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();