Added exponential zoom for faster zoom with increased distance from focus node

This commit is contained in:
GPayne
2018-02-17 19:56:36 -07:00
parent 9b8aaef1fb
commit 40bf64fe70
2 changed files with 12 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ private:
properties::FloatProperty _rollAngleThreshold;
properties::FloatProperty _orbitSpeedThreshold;
properties::FloatProperty _spinSensitivity;
properties::FloatProperty _zoomSensitivity;
properties::FloatProperty _inputStillThreshold;
properties::FloatProperty _centroidStillThreshold;
properties::FloatProperty _interpretPan;