Cesium and glTF version compatibility

The Cesium 1.0 release on August 1 will support the latest version of glTF for 3D models. Currently, this is glTF 0.8, which is likely to become the draft glTF 1.0. The online COLLADA-to-glTF converter will also be updated to output glTF 0.8 on August 1.

This means:

  • If you have existing glTF models and upgrade your app to Cesium 1.0, you need to run your original COLLADA models through the converter again to create glTF 0.8 models.

  • If your app is using a version of Cesium prior to 1.0, it will not be able to load new glTF models generated by the online converter. We, of course, strongly encourage everyone to upgrade to Cesium 1.0.

Also, when it is updated on August 1, the converter will create just a single .gltf file from a COLLADA model. The geometry, textures, shaders, animations, and skins will be embedded in the .gltf file. This is very convenient for deployment.

Patrick

Patrick,

When you update the online converter. Would it be possible to allow users to upload the file without drag and drop? Drag and Drop is disabled at my work and it would be a great help to me.

Ah, we did not realize that some systems have drag and drop disabled. I can’t promise that we’ll get to this for 1.0 but we’ll add it to the list.

Patrick

I just added a file selector button to the model converter page, so you can use this if drag and drop is disabled.

-Hannah