some buttons added

This commit is contained in:
Anakin
2017-01-05 16:04:51 +01:00
parent 44e36b8b0d
commit b58b7c47e5
5 changed files with 66 additions and 6 deletions

View File

@@ -211,3 +211,12 @@ void OglViewerWidget::resetView()
m_translation = { 0.0, 0.0, DEFAULT_Z_DISTANCE };
update();
}
/////////////////////////////////////////////////////////////////////////
// public slots
void OglViewerWidget::changeDirection(int direction)
{
}