How to generate 3DTiles with different resolutions

1. A concise explanation of the problem you're experiencing.

How to generate 3DTiles with different resolutions

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

to LOD loading

4. The Cesium version you're using, your operating system and browser.
1.47

How to add images to Google forums?
I want add some images
but i do not know what to do

There should be a little button between the highlight and link buttons to let you upload an image.

Also, what kind of data are you trying to generate 3D Tiles for? If you’re using Cesium ion (http://cesium.com/ion) it’ll automatically generate tilesets with levels of details ready. Otherwise, you can find the 3D Tile spec here:

https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification

With some sample data for how it should look like.

Hope this helps!

thank you
i want to generate 3DTiels that similar a demo dragon https://github.com/AnalyticalGraphicsInc/3d-tiles-samples/tree/master/tilesets/TilesetWithDiscreteLOD

every tiles has different resolutions and how to generate ?

Once 3D model uploading is ready on ion, you should be able to do this just by uploading it on http://cesium.com/ion.

Looks like it’s currently in beta (see https://github.com/AnalyticalGraphicsInc/cesium-ion-community/issues/22) until we get it ready.