Globe browsing interaction mode follows the rotation of the globe.

This commit is contained in:
Kalle
2016-07-01 12:46:16 -04:00
parent 031461307c
commit 3f1f5be712
7 changed files with 49 additions and 38 deletions
@@ -154,6 +154,7 @@ protected:
SceneGraphNode* _focusNode = nullptr;
glm::dvec3 _previousFocusNodePosition;
glm::dquat _previousFocusNodeRotation;
};
class KeyframeInteractionMode : public InteractionMode