Started work on trackball-functionality in interactionhandler

This commit is contained in:
Hans-Christian Helltegen
2014-04-23 16:55:49 -04:00
parent 1de2d2fea1
commit ed93372c8b
2 changed files with 23 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ public:
void mouseScrollWheelCallback(int pos);
private:
glm::vec3 mapToTrackball(glm::vec2 mousePos);
Camera *camera_;
bool enabled_;
@@ -75,4 +76,4 @@ private:
} // namespace openspace
#endif
#endif