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

beta.r3js.org
cybafelo 2019-06-23 08:56:16 +00:00
parent b6d2c5e523
commit e46bdb2f38
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ R3.CustomCode.prototype.render = function(delta) {
this.innerCircle.rotation.y += delta;
this.innerCircle.updateInstance('rotation');
this.outerCircle.rotation.y -= delta;
this.outerCircle.updateInstance('rotation');
}
return null;