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

beta.r3js.org
cybafelo 2019-06-23 09:12:02 +00:00
parent 3297d062b0
commit 3e6df67607
1 changed files with 1 additions and 1 deletions

View File

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