You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since release 1.47, the following change has made my aircraft move sideways:
glTF 2.0 models corrected to face +Z forwards per specification. Internally Cesium uses +X as forward, so a new +Z to +X rotation was added for 2.0 models only. To fix models that are oriented incorrectly after this change:
[Fix the glTF model]
Apply a -90 degree rotation to the model's heading. This can be done by setting the model's orientation using the Entity API or from within CZML. See #6738 for more details.
Hi,
Since release 1.47, the following change has made my aircraft move sideways:
I am using a CZML file and the aircraft models from https://github.com/Ysurac/FlightAirMap-3dmodels.
In #6738 I could not find the way to fix my CZML files.
Thanks
The text was updated successfully, but these errors were encountered: