xeokit / xeokit-sdk

Open source JavaScript SDK for viewing high-detail, full-precision 3D BIM and AEC models in the Web browser.
https://xeokit.io
Other
738 stars 291 forks source link

Is it possible to integrate tiles dynamically ? #1467

Closed tgranie closed 7 months ago

tgranie commented 7 months ago

For example, Photorealistic 3D Tiles from google earth.. or from I know how to export in glb an area and but the licence prohibits to save / cache any tiles. So we have to retrive the tiles dynamically.

Thanks for your reply

xeolabs commented 7 months ago

Hi, it's not a use case we've explored yet. While we can import .glb into a xeokit viewer, we have no loaders yet for loading tiles.

paireks commented 7 months ago

@tgranie Hello, have a look at Mapbox (https://www.mapbox.com/), maybe some sort of integration with this service will work for you, I haven't used it myself, but have seen many apps using it to get some maps and surroundings in web apps.

tgranie commented 6 months ago

@paireks Thanks for the suggestions. We tried to include mapbox already but too difficult to match the camera of both viewers ? The proper way is to have a tiles loader as it is more and more common too include such environment like google earth, mapbox... and even glb that are very big by loading (deloading) parts on the flow.