Cesium 3D model rotation

Greetings,

I am currently loading a 3D model through CZML and setting the orientation attribute so that the model will be pointing a certain direction. This functionality works fine except the model is facing the complete opposite direction that I want it to be facing.

Can I have Cesium flip the model 180 degrees over one of the axis or should this be solved by rotating the model in the .gltf file?

Thanks

I would recommend trying to reorient your model in the gltf file.

-Hannah