Adding option for constant velocity flight (closes #2150)

Using adapted code from James H
This commit is contained in:
Alexander Bock
2023-03-11 00:16:54 +01:00
parent ffbcdbea48
commit 6fa589c880
2 changed files with 28 additions and 4 deletions

View File

@@ -196,6 +196,8 @@ private:
properties::FloatProperty _stereoscopicDepthOfFocusSurface;
properties::FloatProperty _staticViewScaleExponent;
properties::BoolProperty _constantVelocityFlight;
properties::FloatProperty _retargetInterpolationTime;
properties::FloatProperty _stereoInterpolationTime;
properties::FloatProperty _followRotationInterpolationTime;