reset view before loading a new file,

reset view when pressing space
This commit is contained in:
Anakin
2016-11-12 13:53:49 +01:00
parent 1ab385475b
commit bbe657d030
3 changed files with 23 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ public:
void addTransX(double value);
void addTransY(double value);
void addTransZ(double value);
void resetView();
// main routine
GLFWwindow* getWindow() const;