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

beta.r3js.org
cybafelo 2019-06-23 09:02:17 +00:00
parent 0a6ffe0cd4
commit 38dcbc176c
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.sin(delta);
this.outerCircle.rotation.y -= Math.sin(this.y) * 0.1;
this.outerCircle.updateInstance('rotation');
}