Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jul 6, 2024
1 parent 8144fd9 commit 78470bb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/three/TilesRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,7 @@ export class TilesRenderer extends TilesRendererBase {

}

// wait for extra processing if needed
// TODO: this should be handled by a plugin
await this._pluginProcessTileModel( scene, tile );

// wait for extra processing by plugins if needed
await this.invokeAllPlugins( plugin => {

return plugin.processTileModel && plugin.processTileModel( scene, tile );
Expand Down Expand Up @@ -996,9 +993,4 @@ export class TilesRenderer extends TilesRendererBase {

}

/* private */
// TODO: this should leverage plugin system in the future
async _pluginProcessTileModel( scene, tile ) {}


}

0 comments on commit 78470bb

Please sign in to comment.