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

Load cesium ion tileset right when available

Open jailln opened this issue 7 months ago • 0 comments

Load cesium ion tilesets directly after getting the url from the api instead of waiting for the next animation frame.

This is particularly useful in cases where render is triggered asynchronously (and not at each frame) in which case we ask for TilesRenderer update at init and then when load-tile-set and load-model are triggered.

jailln avatar Jul 02 '24 20:07 jailln