Using slerp to interpolate to new local rotation when choosing new focusnode, tried central difference on gradient calc to resolve zoom/roll bug

This commit is contained in:
Jonathan Bosson
2017-04-26 16:10:23 -06:00
parent b5a058121d
commit 9111151913
3 changed files with 30 additions and 33 deletions

View File

@@ -144,6 +144,8 @@ class TouchInteraction : public properties::PropertyOwner
LMstat _lmstat;
glm::dvec3 _centroid;
glm::dquat _toSlerp;
double _time;
VelocityStates _vel;
ScaleFactor _friction;
ScaleFactor _sensitivity;