3d city using 3d tiles

hello!

I am trying to create a 3d city using the 3d tiles just like the new york 3d city example given in cesium. Could you please tell me what to do in order to create the 3d tiles for the 3d city in cesium.

looking forward to your reply!

here is the demo link of what i am trying to create- http://cesiumjs.org/NewYork

with regards,

Angarika Das

Hi Angarika,

To convert dae to glb: https://github.com/KhronosGroup/COLLADA2GLTF (use the -b flag)
To convert glb to b3dm: https://github.com/AnalyticalGraphicsInc/3d-tiles-tools/tree/master/tools#glbtob3dm

Also, we have some tools available to convert Collada (.dae) to 3D Tiles, reach out to Tim to get your data converted.

Thanks,

Gabby