Can a model be converted into multiple b3mm/i3mm to form a tiles set?
jingyangking opened this issue · 4 comments
May I ask if it is possible to convert a model into multiple b3mm/i3mm to form a tiles set? Currently, it seems that only one gltf model can be converted into one tiles model. I am not sure if my method is not effective or if it can only be converted one by one and not multiple. Thank you!
I probably didn't fully understand the question.
What is your input model? And what do you want to create?
When you have a large model and want to create a tileset (that contains multiple B3DM files), then this can often be done with https://cesium.com/platform/cesium-ion/ , but maybe I misunderstood the goal here.
我可能没有完全理解这个问题。
您的输入模型是什么?你想创造什么?
当您有一个大型模型并想要创建一个图块集(包含多个 B3DM 文件)时,通常可以使用 https://cesium.com/platform/cesium-ion/ 来完成,但也许我误解了这里的目标。
yes, you are ture. but i can't to convert in this way
The createTilesetJson
function can receive a directory as the --input
parameter. And it will create a tileset from all content files in this directory, including B3DM and I3DM. If this is not what you're looking for, then you'll either have to describe the goal more clearly, or look for alternative solutions.
The function can receive a directory as the parameter. And it will create a tileset from all content files in this directory, including B3DM and I3DM. If this is not what you're looking for, then you'll either have to describe the goal more clearly, or look for alternative solutions.
createTilesetJson``--input
Thank you for answering my question,i have found a solution