Update: entity_loaded (2c1eswtjvb.js) 1 bytes modified

beta.r3js.org
cybafelo 2019-06-23 09:11:39 +00:00
parent b39088835d
commit 3297d062b0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ R3.CustomCode.prototype.render = function(delta) {
this.y += delta;
this.innerCircle.rotation.y += Math.sin(this.y) * 0.15 * Math.random(2);
this.innerCircle.rotation.y += Math.sin(this.y) * 0.15 * Math.random(10);
this.innerCircle.updateInstance('rotation');