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

beta.r3js.org
cybafelo 2019-06-23 11:54:24 +00:00
parent a3127fc173
commit 2ed70c73ed
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ R3.CustomCode.prototype.render = function(delta) {
this.totalTime += delta;
this.innerCircle.rotation.z += Math.sin(this.totalTime);
this.innerCircle.rotation.z += Math.sin(this.totalTime) * 0.2;
this.innerCircle.updateInstance('rotation');