src/dialogs/cylindereditor.cpp@f0fe7ea82b81
src/dialogs/cylindereditor.cpp
Thu, 07 Jun 2018 23:24:02 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Thu, 07 Jun 2018 23:24:02 +0300
- changeset 1393
- f0fe7ea82b81
- parent 1391
-
5fa4bf1fc781
- child 1395
-
23551de3da36
- permissions
- -rw-r--r--
changed rotation matrix to quaternion in GLRenderer
#include "cylindereditor.h"
#include "ui_cylindereditor.h"
CylinderEditor::CylinderEditor(QWidget *parent) :
QDialog(parent),
ui(new Ui::CylinderEditor)
{
ui->setupUi(this);
}
CylinderEditor::~CylinderEditor()
{
delete ui;
}