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

beta.r3js.org
cybafelo 2019-06-23 11:53:25 +00:00
parent 05248048da
commit d8af58d620
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.y) * 0.15;
this.innerCircle.rotation.z += Math.sin(this.totalTime) * 0.15;
this.innerCircle.updateInstance('rotation');