This is something we’ve been wanting to document for some time now. We don’t have an open source server that can serve .3dtiles files (the one that ships with the ion CLI can do this https://cesium.com/docs/on-premise/tutorials/hosting-3d-content/) - but basically you’d need to write a server that can read the database file and serve the tiles to the incoming requests.
How does one call an asset from a source other the Cesium?
Currently url: Cesium.IonResource.fromAssetId(###) calls assets from Cesium, but what if I have my own .3dtile server. How is that accessed from the CesiumJS ?