if (!this.entityLoaded) { return; } if (!this.initialized) { this.road = this.entityLoaded.road; this.initialized = true; } this.road.rotation.z += 0.001 * data.delta; this.road.updateInstance('rotation'); //@ sourceURL=beforeRender.js