Hi I am implementing a simulation of a drone model in cesium.
The position of the drone has a SampledPositionProperty and I am using VelocityOrientationProperty for orientation.
I want the drone to move in a horizontal state (I think this is when the pitch is 0).
I tried modifying the VelocityOrientationProperty.js, but the direction the drone is looking is different from the direction it is traveling.
If you have any ideas, I would appreciate it.
