mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
small cleanup and bugfix on gotNewInput()
This commit is contained in:
@@ -96,26 +96,19 @@ class TouchInteraction
|
||||
private:
|
||||
openspace::Camera* _camera;
|
||||
openspace::SceneGraphNode* _focusNode;
|
||||
glm::dvec3 _previousFocusNodePosition;
|
||||
|
||||
int _interactionMode;
|
||||
double _sensitivity;
|
||||
double _baseFriction;
|
||||
|
||||
glm::dvec3 _previousFocusNodePosition;
|
||||
glm::dvec3 _centroid;
|
||||
|
||||
VelocityStates _vel;
|
||||
Friction _friction;
|
||||
|
||||
|
||||
|
||||
|
||||
//bool globebrowsing;
|
||||
|
||||
#ifdef OPENSPACE_MODULE_GLOBEBROWSING_ENABLED
|
||||
// later work
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#ifdef OPENSPACE_MODULE_GLOBEBROWSING_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user