draw all models from vector,

window cosmetic,
next:
texture,
calculate modelmatrix from parent
This commit is contained in:
Anakin
2016-12-31 12:31:38 +01:00
parent c96d05decb
commit ee8705f9e4
8 changed files with 76 additions and 23 deletions

View File

@@ -12,9 +12,11 @@ MainWindow::MainWindow(QWidget *parent)
format.setDepthBufferSize(24);
QSurfaceFormat::setDefaultFormat(format);
this->setCentralWidget(new OglViewerWidget(this));
setCentralWidget(new OglViewerWidget(this));
ui->statusBar->showMessage("haha vbgf");
setWindowIcon(QIcon(":/images/icon.ico"));
setWindowTitle("Mesh Viewer");
ui->statusBar->showMessage("pre-alpha");
}