How to find uri/url for a 3D tileset

Hello,

I was following this tutorial to try and do the same thing with an .fbx file. I was unsure if this was possible or if it must be a czml file? Additionally, how was the uri found to insert into the code from the file?

Thank you,
Claire

Hi Claire! A CZML file is a file in JSON format for describing a time-dynamic graphical scene, so the load function for this anticipates a file with a JSON structure. This is therefore incompatible with .fbx files. You can, however, upload .fbx files to Cesium ion and turn them into 3D Tiles.

As for the URI, it links to a SampleData folder that is a part of the Apps folder that hosts our Sandcastles. The URI you use will depend on where you store your data respectively.

Hope this helps!

1 Like