Loading Large 3D model

I have a large 3D model, which have more than 4500000 triangles. Model is converted to tileset.json , but it is not displaying it in cesium. How we can achieve this…?

Which errors are you getting? Would you mind posting a minimal working example (MWE)? People can’t help you unless you have a specific question. Sandcastle is a great way to share what you’re working with.

1 Like

Thanks for the response, the problem was solved by splitting the large model to small parts and then displaying each part one by one.

1 Like

Glad to hear you got it working! I had a similar issue, but instead of a model, it was just a bunch of CZML. The fix ended up being the same.

1 Like