1 there is a glTF branch on github, easy to find. you can find several glTF model files on "Apps/CesiumViewer2/Gallery" folder. load czml files in that folder, you can see sample model displayed in the scene。
2 Cesium only support glTF format, and only collada files can be convert to glTF, via collada2glTF tool. other file must be converted to collada at first.
3 don't try yet, but believe the pipeline will be work fine. Collada and glTF spec support the contents in 3ds. looking forward to hear about your test!
As Pankaj asked, I have glTF models but i am not able to load in Cesium. Can someone provide me some sample code which is loading glTF model in Cesium.
Thanks for such a kind support. As per your comment, I am able to load 3d model but only those which are in sample models in glTF project at gitHub. But I am
not able to load my own model. I have downloaded a 3d model of dubai hotel. Can you please check that what is problem with that. And provide me any other model
Hi guis, I have a problem with open gltf model.
My app is based to cesiumjs and C#, at this moment Visual Studio create virtual sever to acces the web site included to my project from where C# webview load cesium. My problem is in to load 3d model I can't find file. 3dmodel.gltf is in directory where is my index.html, I load model in cesium with url:'./model.gltf'.
Thank you