Itwin to omniverse

Moin,

we can use the Cesium ION Assets in Omniverse, great.
Is there a Way to add also iTwin Tilesets to the Omniverse Stage.
As in the picture below I use the Cesium.ITwinPlatform.defaultShareKey to linkt an iTwin into the scene.
But in Omniverse I see only the Assets from ION.

Hi @Karsten,

This isn’t supported right now but I opened an issue to track it: Add iTwin support to Cesium for Omniverse · Issue #749 · CesiumGS/cesium-omniverse · GitHub

@Karsten you could try using the iModel Mesh Export API to generate a URL to 3D Tiles hosted in the iTwin Platform. This URL should then be able to be used by Cesium for Omniverse to load the 3D Tiles.

This is essentially what CesiumJS is doing for you automatically behind the scenes.