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

beta.r3js.org
cybafelo 2019-06-23 08:57:54 +00:00
parent ced895ac6f
commit 3acfb5b196
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ R3.CustomCode.prototype.render = function(delta) {
this.innerCircle.rotation.y += delta;
this.innerCircle.updateInstance('rotation');
this.outerCircle.rotation.y += delta;
this.outerCircle.rotation.y -= delta;
this.outerCircle.updateInstance('rotation');
}
return null;
//@ sourceURL=CustomCode (2c1eswtjvb).js
//@ sourceURL=entityLoaded.js