Add items to matrix type dropdown in buffer viewer configuration

This commit is contained in:
baldurk
2017-06-21 21:17:35 +01:00
parent 57806148dd
commit 391e0966af
+2
View File
@@ -1018,6 +1018,8 @@ BufferViewer::BufferViewer(ICaptureContext &ctx, bool meshview, QWidget *parent)
ui->solidShading->adjustSize();
ui->solidShading->setCurrentIndex(0);
ui->matrixType->addItems({tr("Perspective"), tr("Orthographic")});
// wireframe only available on solid shaded options
ui->wireframeRender->setEnabled(false);