NASA-AMMOS / 3DTilesRendererJS

Renderer for 3D Tiles in Javascript using three.js
https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/mars.html
Apache License 2.0
1.57k stars 280 forks source link

GoogleTilesRenderer get all needed tiles loaded status #563

Closed volodymyrprotskiy closed 4 months ago

volodymyrprotskiy commented 4 months ago

I use GoogleTilesRenderer class to render specific locations.

Is there any way to detect when all needed tiles are loaded?

gkjohnson commented 4 months ago

This isn't possible yet but I'd be happy to see it added - see #389, #522. PR #440 implements this but has not been able to be merged, yet. If you'd like to make a PR I'm happy to help guide how this can be added.

I'll close this as a duplicate of #389 for now, though.