3DTilesRendererJS icon indicating copy to clipboard operation
3DTilesRendererJS copied to clipboard

DebugTilesPlugin: improve "init extremes" performance

Open gkjohnson opened this issue 1 year ago • 0 comments

When a new child tileset is loaded the whole hierarchy is loaded which can take 40+ ms in some cases especially with complex tilesets like google tiles, causing a jerkiness when new tiles are loaded in.

Options:

  • Derive extremes only from currently visible tilesets
  • Take the max of the current extreme and any newly added tileset

gkjohnson avatar Feb 19 '24 11:02 gkjohnson