Hi, i trying to repeat sample for Build a Flight Tracker, https://cesium.com/docs/tutorials/build-a-flight-tracker/ , everything working, but aircraft moving sideways forward. What is the problem, how to fix it?
Hey @Spatialghost - have you added the orientation: new Cesium.VelocityOrientationProperty(positionProperty)
line in step 6: https://cesium.com/docs/tutorials/build-a-flight-tracker/#step-6-attach-the-airplane-model ?
This is what changes the orientation of the model to face the direction it’s moving in. Otherwise you may need to change the base orientation of the model (in a program like Blender or similar).
Thank You! Yes, i added. Feeling need to change base orientation.
@omar Its absolutely truth, need right oriented model.