We use cesium-native for 3D Tiles streaming, loading, and caching. Tiles are cached as glTF blobs in a local sqlite database.
Since we need to convert glTF to USD to bring it into Omniverse, it would be more efficient if we could store USD in the cache so that we don't have to perform this conversion every time a tile is loaded from the cache.
We use cesium-native for 3D Tiles streaming, loading, and caching. Tiles are cached as glTF blobs in a local sqlite database.
Since we need to convert glTF to USD to bring it into Omniverse, it would be more efficient if we could store USD in the cache so that we don't have to perform this conversion every time a tile is loaded from the cache.
Related to and will likely build on the work in https://github.com/CesiumGS/cesium-native/issues/566