Set/change material of a 3D Model on Cesium

**Hi, **

I have a general question relative to imported models in Cesium. I am loading a glTF model in Cesium but I can’t see any way of changing it material. I have also checked on Czml specification but I did not see anything.

Am I missing something?

If I would like to change its material on the fly, should I consider using ThreeJs for that rendering part? (and then mixing the 2)

Thanks!

-Lionel

Hi Lionel,

I don’t believe there is currently a way to change of the material of a glTF model at runtime. You could try using ThreeJS to render (here’s a blog post on the subject), or even implementing your own solution in Cesium and contributing it.

Thanks,

Gabby