3DTilesRendererJS
3DTilesRendererJS copied to clipboard
Load cesium ion tileset right when available
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.