@Jason_Sobotka ok I see.
If cmpt is being deprecated it sounds like it may not be the best approach long term.
I’ll have a look at the new GLB approach in 1.1.
For context, I’m trying to use cesium ion to upload a fairly large GLB (>100mb) and to break it into tiles for improved performance over the web. So I’d like to understand in v1.1 if it’s possible to still ‘tile’ the GLB using cesium ion rather than having to download the full model when serving it.
I had a go with 3D-tile-tools earlier to try to convert the GLB to b3dm, but the output was a single b3dm the same size as the original GLB. I’ll look into it further as you suggest