diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index f7554ff..c6c1e2f 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -21,7 +21,7 @@ R3.CustomCode.prototype.render = function(delta) { this.y += delta; - this.innerCircle.rotation.y += Math.sin(this.y) * 0.15; + this.innerCircle.rotation.y += Math.sin(this.y) * 0.15 * Math.random(2); this.innerCircle.updateInstance('rotation');