mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user