mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Export: darker background to see grid lines
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user