Export: darker background to see grid lines

This commit is contained in:
matlabbe
2017-01-27 16:55:01 -05:00
parent b3a6650a6f
commit bcacf2fe74

View File

@@ -627,7 +627,7 @@ void ExportCloudsDialog::viewClouds(
viewer->setBackfaceCulling(true, false);
}
viewer->setLighting(true);
viewer->setBackgroundColor(Qt::darkGray);
viewer->setDefaultBackgroundColor(QColor(40, 40, 40, 255));
QVBoxLayout *layout = new QVBoxLayout();
layout->addWidget(viewer);