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

beta.r3js.org
cybafelo 2019-06-23 08:55:49 +00:00
parent 7fa9394157
commit b6d2c5e523
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ this.beforeRender.entityLoaded = this;
R3.CustomCode.prototype.render = function(delta) {
this.innerCircle.rotation.y += delta;
this.innerCircle.updateInstance('rotation');
}