cesium icon indicating copy to clipboard operation
cesium copied to clipboard

VelocityOrientationProperty with roll

Open jfayot opened this issue 5 months ago • 3 comments

Feature

Would you consider a PR introducing a new property that would be an extension of the VelocityOrientationProperty with a simulated roll?

Let's call it VelocityRolledOrientationProperty (any other name suggestion welcomed). Like it's little sister, it would take a position property as first parameter, but also a callback function rollModelCallback(speed, acceleration) defaulting to this minimalist formula

I know that this is a very approximate roll evaluation (no true air speed, x-y plane manoeuvre...) but it would allow to setup quickly airplane attitudes just with the positions.

Tell me your thoughts!

jfayot avatar Sep 17 '24 21:09 jfayot