Hi! Thanks for the answer. I uploaded my data to ion, but did not find the download function. And I need 3D tiles in b3dm format.
My 3D model is 2 GB in size, the b3dm file is 1.8 GB in size, and I need to split this file into 2 MB parts
Unfortunately, the goal is more complicated. it is necessary to convert obj to b3dm (each file is 2 mb). if the task was to visualize, then in cesium you can simply load the usual obj. unfortunately the task is more difficult. can we continue communication by email or whatsapp?
CesiumJS doesn’t support visualizing an OBJ file directly, so normally you’d need to convert it to glTF (or 3D Tiles if it’s a large model) which you can do by uploading to Cesium ion.
If your goal is to get b3dm tiles, you can do this with Cesium ion. You can request the b3dm files using the REST API (see https://cesium.com/docs/tutorials/rest-api/) or get an on-premise license if you need the files available locally.